Made it look a bit nicer and added a cascading menu thing
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<header>
|
||||
{% include 'partials/site-wide-header.html' %}
|
||||
</header>
|
||||
Welcome to My Wiki Site!<br/>
|
||||
Pages:<br/>
|
||||
{{pages|safe}}
|
||||
<footer>
|
||||
{% include 'partials/site-wide-footer.html' %}
|
||||
</footer>
|
||||
</body>
|
||||
<head>
|
||||
{% include 'partials/head.html' %}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
{% include 'partials/site-wide-header.html' %}
|
||||
</header>
|
||||
<span>
|
||||
<h1>{{ config.name }}</h1>
|
||||
{{config.description}}
|
||||
</span>
|
||||
<footer>
|
||||
{% include 'partials/site-wide-footer.html' %}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user