new
This commit is contained in:
6
layouts/shortcodes/audio.html
Normal file
6
layouts/shortcodes/audio.html
Normal 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>
|
||||
7
layouts/shortcodes/container.html
Normal file
7
layouts/shortcodes/container.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class='{{ .Get "class" }}'>
|
||||
{{ range split .Inner "<--->" }}
|
||||
<div class="markContainer">
|
||||
{{ . | $.Page.RenderString }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
1
layouts/shortcodes/imood.html
Normal file
1
layouts/shortcodes/imood.html
Normal 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>
|
||||
1
layouts/shortcodes/statusCafe.html
Normal file
1
layouts/shortcodes/statusCafe.html
Normal 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>
|
||||
4
layouts/shortcodes/toc.html
Normal file
4
layouts/shortcodes/toc.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<h2>Table Of Contents</h2>
|
||||
{{ .Page.TableOfContents }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user