|
|
|
@ -42,6 +42,34 @@ |
|
|
|
|
</section> |
|
|
|
|
</header> |
|
|
|
|
<main id="start-of-content">{{ block "main" . }}{{ .Content }}{{ end }}</main> |
|
|
|
|
<footer style="padding-bottom: 5em"></footer> |
|
|
|
|
<footer> |
|
|
|
|
<h2 id="footer-links">External Links</h2> |
|
|
|
|
|
|
|
|
|
<ul class="horizontal-blocks"> |
|
|
|
|
<li> |
|
|
|
|
<a href="https://discord.gg/jUCXCYp">Discord</a> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<a href="mailto:daniel@lyte.dev">Email</a> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<a href="https://git.lyte.dev/lytedev">git.lyte.dev</a> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<a href="https://github.com/lytedev">GitHub</a> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<h2 id="footer-meta">Meta</h2> |
|
|
|
|
|
|
|
|
|
<ul class="horizontal-blocks"> |
|
|
|
|
<li> |
|
|
|
|
<a href="/privacy">Privacy Policy</a> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<a href="https://git.lyte.dev/lytedev/site.lyte.dev">Site Code</a> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</footer> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|