- commit
- 3b2291e25aef54d2378cd60ec07362c170e45bda
- parent
- 0c6afc1948c856b70ff077b50f32047f2f6cc876
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-10-19 06:11
cleanup HTML code
Diffstat
M | _templates/base.html | 6 | ++---- |
1 files changed, 2 insertions, 4 deletions
diff --git a/_templates/base.html b/_templates/base.html
@@ -7,12 +7,11 @@ 7 7 <meta name="referrer" content="strict-origin-when-cross-origin"> 8 8 <meta http-equiv="Content-Security-Policy" content="default-src 'self'; media-src 'self' https://cf-media.sndcdn.com https://api.soundcloud.com"> 9 9 <title>Ξ{{#title}} - {{.}}{{/title}}</title>10 -1 <link rel="stylesheet" type="text/css" href="/static/style.css" />11 -1 <link rel="alternate" type="application/atom+xml" href="/feed.xml" />-1 10 <link rel="stylesheet" type="text/css" href="/static/style.css"> -1 11 <link rel="alternate" type="application/atom+xml" href="/feed.xml"> 12 12 </head> 13 13 14 14 <body>15 -116 15 <header class="header"> 17 16 <div class="header__title"> 18 17 <a href="/" rel="home">Ξ</a> @@ -48,6 +47,5 @@ 48 47 {{> _templates/blog.html}} 49 48 {{/blog}} 50 49 </main>51 -152 50 </body> 53 51 </html>