Fix base and index template
This commit is contained in:
@@ -13,14 +13,6 @@
|
||||
<link rel="icon" type="image/png" href="/img/{{ .Commit}}/favicon.png" />
|
||||
{{ end }}
|
||||
|
||||
{{ range .Alternatives }}
|
||||
<link rel="alternate" type="{{ .Type }}" title="{{ .Title }}" href="{{ .URL }}" />
|
||||
{{ end }}
|
||||
|
||||
{{ range .Links }}
|
||||
<link href="{{ .Href }}" rel="{{ .Rel }}" />
|
||||
{{ end }}
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
@@ -104,7 +96,6 @@
|
||||
<a href="/abuse" target="_blank" class="menu-item">Abuse</a>
|
||||
<a href="/help" target="_blank" class="menu-item">Help</a>
|
||||
<a href="/support" target="_blank" class="menu-item">Support</a>
|
||||
<a href="/atom.xml" target="_blank">Atom <i class="icss-rss"></i></a>
|
||||
</div>
|
||||
</footer>
|
||||
{{ if $.Debug }}
|
||||
|
||||
Reference in New Issue
Block a user