Remove unused shortcodes, partials
This commit is contained in:
parent
801c3c93dd
commit
a8698cd3dd
5 changed files with 0 additions and 27 deletions
|
@ -1,2 +0,0 @@
|
||||||
<!-- raw html -->
|
|
||||||
{{.Inner}}
|
|
|
@ -1,4 +0,0 @@
|
||||||
<details>
|
|
||||||
<summary>Table of Contents</summary>
|
|
||||||
{{ .Page.TableOfContents }}
|
|
||||||
</details>
|
|
|
@ -1,15 +0,0 @@
|
||||||
{{ if not .IsHome }}
|
|
||||||
{{- range .Ancestors.Reverse }}
|
|
||||||
{{ if eq .Title "Arttags" }}
|
|
||||||
<a href="/art/tags">Tags</a>
|
|
||||||
{{ else }}
|
|
||||||
{{ if eq .Title "Characters" }}
|
|
||||||
<a href="/art/characters">Characters</a>
|
|
||||||
{{ else }}
|
|
||||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
|
||||||
{{ end }}
|
|
||||||
{{ end }}
|
|
||||||
<span> / </span>
|
|
||||||
{{- end }}
|
|
||||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
|
||||||
{{ end }}
|
|
|
@ -1,2 +0,0 @@
|
||||||
<!-- raw html -->
|
|
||||||
{{.Inner}}
|
|
|
@ -1,4 +0,0 @@
|
||||||
<details>
|
|
||||||
<summary>Table of Contents</summary>
|
|
||||||
{{ .Page.TableOfContents }}
|
|
||||||
</details>
|
|
Loading…
Add table
Reference in a new issue