We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1883127 commit 6f8fbecCopy full SHA for 6f8fbec
2 files changed
config/_default/params.yaml
@@ -17,7 +17,7 @@ github:
17
18
social_links:
19
devstats: ""
20
- discord: ""
+ discord: "https://discord.gg/W6MzznwU6"
21
facebook: ""
22
flickr: ""
23
github: "https://github.com/fodydev"
layouts/partials/head/custom-head.html
@@ -10,3 +10,4 @@
10
{{ if (eq .Kind "home") }}
11
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" media="all">
12
{{ end }}
13
+<link rel="canonical" href="{{ .Permalink }}"/>
0 commit comments