mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
10 lines
374 B
HTML
10 lines
374 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
{{ template "chrome/meta.html" . }}
|
||
|
|
||
|
<title>{{ .Title }} - {{ .Site.BaseUrl }}</title>
|
||
|
<link rel="canonical" href="{{ .Permalink }}">
|
||
|
{{ template "chrome/header.includes.html" . }}
|
||
|
{{ if .RSSlink }}<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
|
||
|
</head>
|