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 a01eb8d commit 955d644Copy full SHA for 955d644
themes/grass/layouts/partials/head.html
@@ -23,6 +23,7 @@
23
<meta name="apple-mobile-web-app-capable" content="yes" />
24
<meta name="apple-mobile-web-app-title" content="GRASS" />
25
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
26
+ <link rel="canonical" href="{{ .Permalink }}" />
27
<link rel="stylesheet" href="{{ .Site.BaseURL }}plugins/bootstrap/bootstrap.min.css">
28
<link rel="stylesheet" href="{{ .Site.BaseURL }}plugins/highlight/hybrid.css">
29
<link rel="stylesheet" href="{{ .Site.BaseURL }}plugins/flag-icons-css/css/flag-icon.min.css">
0 commit comments