feat: install script can set a header and a footer message

This commit is contained in:
oupala
2019-05-30 22:35:13 +02:00
parent 8f7897495f
commit 8f85f2c8ab
6 changed files with 37 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<div class="block">
You can add your own HTML above or below the directory listing. Simply explore the <code>header.html</code> and <code>footer.html</code> files.
{FOOTER-MESSAGE}
</div><!--/.postlisting-->
</div><!--/.wrapper-->

View File

@@ -1,5 +1,5 @@
<div class="block">
You can add your own HTML above or below the directory listing. Simply explore the <code>header.html</code> and <code>footer.html</code> files.
{FOOTER-MESSAGE}
</div><!--/.postlisting-->
</div><!--/.wrapper-->

View File

@@ -7,3 +7,5 @@
</ol>
<input type="search" id="filter" placeholder="filter contents" />
{HEADER-MESSAGE}

View File

@@ -5,3 +5,5 @@
</ol>
<input type="search" id="filter" placeholder="filter contents" />
{HEADER-MESSAGE}