This commit is contained in:
Speyll
2022-11-21 22:15:50 +01:00
parent b6b4a9ce6e
commit ba684522ce
37 changed files with 679 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<figure {{ with .Get "class" }}class="{{ . }}"{{ end }}>
<audio loop controls preload="{{ .Get "preload" | default "metadata" }}">
{{ with .Get "src" }}<source src="{{ . | relURL }}" type="audio/mpeg">{{ end }}
{{ with .Get "caption" }}<figcaption>{{ . }}</figcaption>{{ end }}
</audio>
</figure>

View File

@@ -0,0 +1,7 @@
<div class='{{ .Get "class" }}'>
{{ range split .Inner "<--->" }}
<div class="markContainer">
{{ . | $.Page.RenderString }}
</div>
{{ end }}
</div>

View File

@@ -0,0 +1 @@
<p>Currently feeling...<a target="_blank" rel="noopener noreferrer" href="https://www.imood.com/users/Speyll"><img src="https://moods.imood.com/display/uname-Speyll/fg-5690af/bg-EEEEEE/trans-1/imood.gif" alt="down" border="0"></a></p>

View File

@@ -0,0 +1 @@
<div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=speyll" defer></script>

View File

@@ -0,0 +1,4 @@
<div>
<h2>Table Of Contents</h2>
{{ .Page.TableOfContents }}
</div>