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