nichijou/layouts/index.html

55 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{ partial "head.html" . }}
<main class="index">
<section class="article-list">
<h1>{{$.Title}}</h1>
{{ range (where (where .Site.RegularPages "Section" "blog") "Params.nohtml" "!=" "true") }}
{{- if .OutputFormats.Get "html" }}
<div class="article">
<span class="date">{{.Date.Format "January 2, 2006"}}</span>
<a href="{{.Permalink}}">{{.Title}}</a>
</div>
{{ end }}
{{ end }}
</section>
<aside>
<img
src="/avatar.png"
alt="My avatar: Nonoka Sasaki from Mitsuboshi Colors"
width="148" height="148" />
<div class="text-center">
<a href="services.html">services</a>
·
<a href="misc.html">misc</a>
·
<a class="rss" href="/blog/index.xml">rss</a>
</div>
<dl class="external-links">
<dt>email</dt>
<dd><a href="mailto:renken@shione.net">renken@shione.net</a></dd>
<dt>gitlab</dt>
<dd><a href="https://gitlab.com/renken">renken</a></dd>
<dt>telegram</dt>
<dd><a href="https://t.me/renken">renken</a></dd>
<dt>last.fm</dt>
<dd><a href="https://www.last.fm/user/renkenrc">renkenrc</a></dd>
<dt>pgp</dt>
<dd><a href="/renken.asc">53334B09D2066FCF</a></dd>
<dt><a href="/services/stream.html">stream</a></dt>
<dd><a href="srt://shione:60000">srt://shione:60000</a></dd>
</dl>
<small>
Hi, Im Renken, 25 years old from Algeria and I manage shione. The name
Shione translates to “sound of tide” (汐音).
</small>
</aside>
</main>
{{ partial "foot.html" . }}