aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-06 03:40:35 +0300
committerValentin Popov <valentin@popov.link>2022-11-06 03:40:35 +0300
commitb099f7b25b881b40e658ba917bf2e051f626be1f (patch)
tree712c1e5c0c8dd5637b79603f87b876f7c1af8e01 /templates
parent060597b9dbb25a34337a23c49c387e8c51b7618e (diff)
downloadpopov.link-b099f7b25b881b40e658ba917bf2e051f626be1f.tar.xz
popov.link-b099f7b25b881b40e658ba917bf2e051f626be1f.zip
Removed foobar and updated navbar
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html12
1 files changed, 2 insertions, 10 deletions
diff --git a/templates/base.html b/templates/base.html
index 400a523..96040bd 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -23,22 +23,14 @@
<nav>
<a href="/">Home</a>
<a href="/blog">Blog</a>
+ <span>|</span>
+ <a href="{{ get_url(path='atom.xml', trailing_slash=false) | safe }}">RSS</a>
</nav>
</header>
<article>
{% block content %}{% endblock %}
</article>
-
- <footer>
- <small>
- <span>{{ now() | date(format='%Y') | safe }}</span>
- <span>&#169;</span>
- <a href="mailto:hi@popov.link">Valentin Popov</a>
- <span>|</span>
- <a href="{{ get_url(path='atom.xml', trailing_slash=false) | safe }}">RSS</a>
- </small>
- </footer>
</body>
</html> \ No newline at end of file