commit ad02c90645c40094243ffcd391e496568268e424 parent 5f9f69510bc7b4dd3e72c89568646ff123d17126 Author: mcol <mcol@posteo.net> Date: Sun, 2 Aug 2020 12:54:21 +0100 remove old about.html template Diffstat:
D | templates/about.html | | | 28 | ---------------------------- |
1 file changed, 0 insertions(+), 28 deletions(-)
diff --git a/templates/about.html b/templates/about.html @@ -1,28 +0,0 @@ -{% extends "withnav.html" %} -{% block title %}{{ SITENAME }} / {{ page.title }}{% endblock %} - -{% block content %} -<h1>{{ page.title }}</h1> - -<div id='blogroll'> - {{ page.content }} - - <ul> - {% for blog in BLOGROLL %} - - {% if blog|length < 4 %} - <li><a href="{{ blog[1] }}">{{ blog[0] }}</a></li> - {% else %} - <li>{{ blog[0] }} at <a href="{{ blog[1] }}">{{ blog[3] }}</a></li> - {% endif %} - - {% if blog|length > 2 %} - <li class="cmnt">{{ blog[2] }}</li> - {% endif %} - - {% endfor %} - </ul> - -</div> - -{% endblock %}