diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-11 01:02:51 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-11 01:02:51 +0200 |
| commit | 69fff3b9dd4357140748adf52a76820a8a592fb8 (patch) | |
| tree | fea0d0ab03adfff9ab83d176801916598de779b7 | |
| parent | 966de8742183621bd81c5137410755dbed1a547a (diff) | |
| download | gohugo-theme-ed-69fff3b9dd4357140748adf52a76820a8a592fb8.tar.gz | |
Remove no longer used shortcodes
| -rw-r--r-- | layouts/shortcodes/br.html | 2 | ||||
| -rw-r--r-- | layouts/shortcodes/html-tag.html | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/layouts/shortcodes/br.html b/layouts/shortcodes/br.html deleted file mode 100644 index 4e84243..0000000 --- a/layouts/shortcodes/br.html +++ /dev/null @@ -1,2 +0,0 @@ -<!-- br HTML tag --> -<br> diff --git a/layouts/shortcodes/html-tag.html b/layouts/shortcodes/html-tag.html deleted file mode 100644 index 15a7814..0000000 --- a/layouts/shortcodes/html-tag.html +++ /dev/null @@ -1,4 +0,0 @@ -{{ $optBlock := dict "display" "block" }} -{{ print "<" | safeHTML }}{{ .Get "tag" | default "div" }}{{ with .Get "id" }} id="{{ . }}"{{ end }}{{ with .Get "class" }} class="{{ . }}"{{ end }}{{ with .Get "style" }} style="{{ . | safeCSS }}"{{ end }}{{ print ">" | safeHTML }} -{{ with .Inner }}{{ . | $.Page.RenderString $optBlock }}{{ end }} -{{ print "</" | safeHTML }}{{ .Get "tag" | default "div" }}{{ print ">" | safeHTML }} |
