Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-02-26 10:03:56 +01:00
parent 06749688a4
commit 87e8aaa97e

View File

@@ -143,7 +143,7 @@
'upload_simultaneous' => 3,
'default_archive_name' => 'archive.zip',
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
'date_format' => 'YY/MM/DD hh:mm:ss',
'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/
],</code></pre>
<h2 id="additional-html">Additional HTML</h2>
<p>You can add additional html to the head and body like this:</p>