| | |
| | | |
| | | {{ partial "site-style.html" . }} |
| | | {{ partial "site-scripts.html" . }} |
| | | |
| | | |
| | | {{ block "favicon" . }} |
| | | {{ partialCached "site-favicon.html" . }} |
| | | {{ end }} |
| | |
| | | <link href="{{ .RelPermalink }}" rel="feed" type="application/rss+xml" title="{{ $.Site.Title }}" /> |
| | | {{ end }} |
| | | {{ end }} |
| | | |
| | | |
| | | {{ if .Params.canonicalUrl }} |
| | | <link rel="canonical" href="{{ .Params.canonicalUrl }}"> |
| | | {{ else }} |
| | | <link rel="canonical" href="{{ .Permalink }}"> |
| | | {{ end }} |
| | | |
| | | {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} |
| | | {{- template "_internal/opengraph.html" . -}} |
| | | {{- template "_internal/schema.html" . -}} |