aboutsummaryrefslogtreecommitdiff
path: root/templates/web/base.html
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2020-11-24 19:06:04 +0100
committerfabrixxm <fabrix.xm@gmail.com>2020-11-24 19:06:04 +0100
commitc51824906fb2e012de9f2085a8bcde1f0586a04c (patch)
treec9080d86de2d6ca13229945e727f5eec2670f8b0 /templates/web/base.html
parente25e873fadbc6f8ea76baea678b2dacbe91d90aa (diff)
Aggiunge il template 'about.html'
e semplifica leggermente gli altri template
Diffstat (limited to 'templates/web/base.html')
-rw-r--r--templates/web/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base.html b/templates/web/base.html
index f0b7615..ecf8f06 100644
--- a/templates/web/base.html
+++ b/templates/web/base.html
@@ -6,7 +6,7 @@
<!-- <link rel="stylesheet" type="text/css" href="links.css"> -->
<link rel="shortcut icon" href="favicon.ico">
<link rel="alternate" type="application/rss+xml" title="RSS" href="/rss">
- <title>{% block title %}{% endblock %}</title>
+ <title>{% block title %}Linkopedia{% endblock %}</title>
<style>
html { width: 100%; }
body {