[index] Remove unnecessary title override
This commit is contained in:
parent
8a2d2503ea
commit
5fdc9e4cdd
|
@ -1,7 +1,3 @@
|
||||||
{{ define "title" }}
|
|
||||||
{{ .Title }} ⏎
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
{{ define "links" }}
|
{{ define "links" }}
|
||||||
{{ $sassOptions := ( dict "outputStyle" "compressed" ) }}
|
{{ $sassOptions := ( dict "outputStyle" "compressed" ) }}
|
||||||
{{ $jsOptions := ( dict "target" "es2018" "minify" true ) }}
|
{{ $jsOptions := ( dict "target" "es2018" "minify" true ) }}
|
||||||
|
@ -36,4 +32,3 @@
|
||||||
<small><em>For the glory of mankind.</em></small>
|
<small><em>For the glory of mankind.</em></small>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue