filename = "sitemap.xml" | filename = "sitemap.xml" | ||||
[params] | [params] | ||||
favicon = "" | |||||
description = "The last theme you'll ever need. Maybe." | description = "The last theme you'll ever need. Maybe." | ||||
facebook = "" | facebook = "" | ||||
twitter = "https://twitter.com/GoHugoIO" | twitter = "https://twitter.com/GoHugoIO" |
{{ end }} | {{ end }} | ||||
<link href='{{ "dist/main.css" | absURL }}' rel='stylesheet' type="text/css" /> | <link href='{{ "dist/main.css" | absURL }}' rel='stylesheet' type="text/css" /> | ||||
{{ block "favicon" . }} | |||||
{{ partial "site-favicon.html" . }} | |||||
{{ end }} | |||||
{{ if .RSSLink }} | {{ if .RSSLink }} | ||||
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> | <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> |
{{ if .Site.Params.favicon }} | |||||
<link rel="shortcut icon" href="/{{ .Site.Params.favicon }}" type="image/x-icon" /> | |||||
{{ end }} |