diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2020-11-24 19:06:04 +0100 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2020-11-24 19:06:04 +0100 |
commit | c51824906fb2e012de9f2085a8bcde1f0586a04c (patch) | |
tree | c9080d86de2d6ca13229945e727f5eec2670f8b0 /templates/web/index.html | |
parent | e25e873fadbc6f8ea76baea678b2dacbe91d90aa (diff) |
Aggiunge il template 'about.html'
e semplifica leggermente gli altri template
Diffstat (limited to 'templates/web/index.html')
-rw-r--r-- | templates/web/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/web/index.html b/templates/web/index.html index e63c185..9683ddb 100644 --- a/templates/web/index.html +++ b/templates/web/index.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% block title %}Linkopedia{% endblock %} - {% block content %} <section> {% if q %}<h2>Cerca: '{{ q }}'</h2>{% endif %} |