summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html
index 429020e..98e5f15 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,11 +1,6 @@
{% extends "base.html" %}
-{% block menu %}
- {% for p in PAGES %}
- | <a href="{{ SITEURL}}/{{p.url}}">{{p.title}}</a> |
- {% endfor %}
-<h1><a href="{{ SITEURL }}">Home</a></h1>
-{% endblock %}
{% block content %}
+<h1><a href="{{ SITEURL }}">Random Ramblings</a></h1>
<section id="content">
{% block content_title %}
<h2>All articles</h2>