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:
parent
f474eb76e0
commit
9b0b8dfcf1
27 changed files with 318 additions and 102 deletions
|
@ -1 +0,0 @@
|
|||
<article>
|
1
layouts/shortcodes/bold-gay.html
Normal file
1
layouts/shortcodes/bold-gay.html
Normal file
|
@ -0,0 +1 @@
|
|||
<b class="gay">{{ .Get "content" }}</b>
|
1
layouts/shortcodes/bold-italic-gay.html
Normal file
1
layouts/shortcodes/bold-italic-gay.html
Normal file
|
@ -0,0 +1 @@
|
|||
<b class="gay"><i>{{ .Get "content" }}</i></b>
|
|
@ -1 +0,0 @@
|
|||
</article>
|
1
layouts/shortcodes/gay.html
Normal file
1
layouts/shortcodes/gay.html
Normal file
|
@ -0,0 +1 @@
|
|||
<span class="gay">{{ .Get "content" }}</span>
|
|
@ -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>
|
1
layouts/shortcodes/italic-gay.html
Normal file
1
layouts/shortcodes/italic-gay.html
Normal file
|
@ -0,0 +1 @@
|
|||
<i class="gay">{{ .Get "content" }}</i>
|
4
layouts/shortcodes/noscript.html
Normal file
4
layouts/shortcodes/noscript.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<noscript>
|
||||
<hr />
|
||||
<p class="gay">{{ .Get "content" }}</p>
|
||||
</noscript>
|
|
@ -1 +0,0 @@
|
|||
{{ .TableOfContents }}
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue