1
0
Fork 0
mirror of https://gitlab.com/EternalWanderer/vugo.git synced 2025-06-22 13:08:09 +02:00

Proper theme basis

This commit is contained in:
Nox Sluijtman 2022-08-18 14:17:23 +02:00
parent f474eb76e0
commit 9b0b8dfcf1
27 changed files with 318 additions and 102 deletions

View file

@ -1 +0,0 @@
<article>

View file

@ -0,0 +1 @@
<b class="gay">{{ .Get "content" }}</b>

View file

@ -0,0 +1 @@
<b class="gay"><i>{{ .Get "content" }}</i></b>

View file

@ -1 +0,0 @@
</article>

View file

@ -0,0 +1 @@
<span class="gay">{{ .Get "content" }}</span>

View file

@ -1,10 +0,0 @@
<details>
<summary>Click to reveal video.</summary>
<iframe src="{{ index .Params 0 }}"
loading="lazy"
sandbox="allow-same-origin allow-scripts allow-popups"
allowfullscreen frameborder="0"
class="embvid"
title="Embedded Video">
</iframe>
</details>

View file

@ -0,0 +1 @@
<i class="gay">{{ .Get "content" }}</i>

View file

@ -0,0 +1,4 @@
<noscript>
<hr />
<p class="gay">{{ .Get "content" }}</p>
</noscript>

View file

@ -1 +0,0 @@
{{ .TableOfContents }}

View file

@ -1,6 +0,0 @@
<iframe src="{{ index .Params 0 }}"
loading="lazy"
sandbox="allow-same-origin allow-scripts allow-popups"
allowfullscreen frameborder="0"
title="Embedded Video">
</iframe>