diff options
Diffstat (limited to 'data/templates/index.html')
-rw-r--r-- | data/templates/index.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/templates/index.html b/data/templates/index.html index 98eb9da..86a9089 100644 --- a/data/templates/index.html +++ b/data/templates/index.html @@ -19,10 +19,8 @@ <li><a href="./recipe?id={{.Id}}">{{.Title}}</a></li>{{end}} </ul> - <footer> - <hr> - <p>The <a href="https://xengineering.eu/git/ceres">Ceres</a> recipe server is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL v3</a> and developed with <a href="https://simplecss.org/">simple.css</a>.</p> - </footer> + {{ template "footer.html" }} + </main> </body> |