We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1addb85 commit 43a7be6Copy full SHA for 43a7be6
layouts/blog/baseof.html
@@ -4,6 +4,9 @@
4
{{ partial "head.html" . }}
5
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
6
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
7
+ {{ with .Params.canonicalUrl }}
8
+ <link rel="canonical" href="{{ . }}">
9
+ {{ end }}
10
</head>
11
<body class="td-{{ .Kind }} td-blog">
12
<header>
0 commit comments