- commit
- 0c6afc1948c856b70ff077b50f32047f2f6cc876
- parent
- 23efb444f9940c78762fd958c57e3af1fc83e01e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-10-19 05:52
merge header and footer
Diffstat
M | _templates/base.html | 12 | ++++-------- |
D | _templates/vcard.html | 5 | ----- |
2 files changed, 4 insertions, 13 deletions
diff --git a/_templates/base.html b/_templates/base.html
@@ -19,9 +19,10 @@ 19 19 </div> 20 20 21 21 <nav class="header__nav">22 -1 <ul>23 -1 <li><a href="/">blog</a></li>24 -1 <li><a href="https://github.com/xi">github</a></li>-1 22 <ul vocab="http://xmlns.com/foaf/0.1/" typeof="person"> -1 23 <li><a href="https://blog.ce9e.org/" property="homepage">blog</a></li> -1 24 <li><a href="https://github.com/xi" property="account">github</a></li> -1 25 <li><a href="mailto:tobias.bengfort@posteo.de" property="email name">mail</a></li> 25 26 </ul> 26 27 </nav> 27 28 </header> @@ -48,10 +49,5 @@ 48 49 {{/blog}} 49 50 </main> 50 5151 -1 <footer class="footer">52 -1 {{> _templates/vcard.html}}53 -1 | <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">cc-by-sa</a>54 -1 </footer>55 -156 52 </body> 57 53 </html>
diff --git a/_templates/vcard.html b/_templates/vcard.html
@@ -1,5 +0,0 @@1 -1 <div vocab="http://xmlns.com/foaf/0.1/" typeof="person">2 -1 <a href="mailto:tobias.bengfort@posteo.de" property="email name">Tobias Bengfort</a>3 -1 <a href="https://blog.ce9e.org/" property="homepage" hidden>Homepage</a>4 -1 <a href="https://github.com/xi" property="account" hidden>Github</a>5 -1 </div>