jefklakscodex/themes/jefklak-creative-portfolio/layouts/_default/terms.html

38 lines
823 B
HTML
Raw Normal View History

2018-05-17 20:30:00 +02:00
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>{{ partial "head.html" . }}</head>
<body>
2021-03-25 17:49:44 +01:00
{{ partial "icons" . }}
2018-05-17 20:30:00 +02:00
<a name="top" id="top"></a>
<div id="all">
2022-11-18 13:42:22 +01:00
{{ partial "sidebar.html" . }}
<main>
<div class="content-column">
2018-05-17 20:30:00 +02:00
<div class="row">
<a class="h-card" rel="me" href="https://jefklakscodex.com/" style="border: none">
<img class="no-border" alt="logo" src="/img/logo.png" />
</a>
2020-06-05 14:10:22 +02:00
<article>
{{ .Content }}
</article>
2018-05-19 12:05:41 +02:00
<article>
<h3><a name="bytag"></a>Appendix</h3>
{{ partial "taglist.html" . }}
</article>
<hr style="clear: both;"/>
2018-05-19 12:05:41 +02:00
2018-05-17 20:30:00 +02:00
</div>
</div>
2022-11-18 13:42:22 +01:00
</main>
2018-05-17 20:30:00 +02:00
</div>
2022-11-18 13:42:22 +01:00
{{ partial "scripts.html" . }}
2018-05-17 20:30:00 +02:00
{{ partial "footer.html" . }}
2018-05-19 12:11:57 +02:00
2018-05-17 20:30:00 +02:00
</body>
</html>