test-hugo-webpack/layouts/partials/header.html

11 lines
359 B
HTML
Raw Normal View History

2018-02-12 16:36:50 +00:00
<!doctype html>
<html lang="en">
<head>
{{ partial "meta.html" . }}
<title>{{ .Title }} - {{ .Site.BaseURL }}</title>
<link rel="canonical" href="{{ .Permalink }}">
{{ partial "header.includes.html" . }}
{{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
</head>