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

38 lines
823 B
HTML

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>{{ partial "head.html" . }}</head>
<body>
{{ partial "icons" . }}
<a name="top" id="top"></a>
<div id="all">
{{ partial "sidebar.html" . }}
<main>
<div class="content-column">
<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>
<article>
{{ .Content }}
</article>
<article>
<h3><a name="bytag"></a>Appendix</h3>
{{ partial "taglist.html" . }}
</article>
<hr style="clear: both;"/>
</div>
</div>
</main>
</div>
{{ partial "scripts.html" . }}
{{ partial "footer.html" . }}
</body>
</html>