Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2022-01-30 09:46:51 +01:00
parent 2af0a528bc
commit 84396c28fb

View File

@@ -244,7 +244,7 @@ export default data
</code></pre>
<h2 id="rtl-support">RTL support</h2>
<p>Thanks to @yaniv1983 who provided these RTL tweaks for hebrew language in <a href="https://github.com/filegator/filegator/issues/301">#301</a>.</p>
<p>To enable RTL support, simply add tihs to your configuration.php 'add_to_head' section:</p>
<p>To enable RTL support, simply add this to your configuration.php 'add_to_head' section:</p>
<pre><code>&lt;style&gt;
body {
direction: rtl;