36 lines
1.4 KiB
HTML
36 lines
1.4 KiB
HTML
{{ define "main" }}
|
|
<div>
|
|
<article class="main">
|
|
<div class="root">
|
|
<div class="content">
|
|
<h1 class="rainbow">sandvich.xyz</h1>
|
|
<center>
|
|
<img src="/apuEZY.png" width="256">
|
|
<div>
|
|
humanoidsandvichdispenser@gmail.com
|
|
</div>
|
|
<div>
|
|
<a href="https://github.com/humanoidsandvichdispenser">GitHub</a>
|
|
</div>
|
|
<div>
|
|
<code>
|
|
curl https://sandvich.xyz/sandvich.gpg | gpg --import
|
|
</code>
|
|
</div>
|
|
<div>
|
|
<code>
|
|
1643 9496 7ED2 8385 A5FE DBCD 9A39 BE37 E602 B22D
|
|
</code>
|
|
</div>
|
|
</center>
|
|
<h2 class="offset-fix">Tools</h2>
|
|
{{ partial "post-list.html" (where .Site.RegularPages "Section" "tools") }}
|
|
<h2 class="offset-fix">Recent Posts</h2>
|
|
{{ partial "post-list.html" (where .Site.RegularPages "Section" "posts") }}
|
|
</div>
|
|
</div>
|
|
</article>
|
|
{{ template "_internal/google_analytics.html" . }}
|
|
</div>
|
|
{{ end }}
|