Mettre à jour themes/beautifulhugo/layouts/partials/head.html

This commit is contained in:
Gregan 2022-05-09 15:36:45 +00:00
parent 7454a9dc40
commit e93415b0f9

View File

@ -34,7 +34,7 @@
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:site_name" content="{{ .Site.Title }}" --> <meta property="og:site_name" content="{{ .Site.Title }}" -->
<!-- Hugo Version number --> <!-- Hugo Version number -->
{{ .Hugo.Generator -}} {{ .hugo.Generator -}}
<!-- Links and stylesheets --> <!-- Links and stylesheets -->
<link rel="canonical" href="{{ .Permalink }}" /> <link rel="canonical" href="{{ .Permalink }}" />
<link rel="alternate" href="{{ "index.xml" | absLangURL }}" type="application/rss+xml" title="{{ .Site.Title }}"> <link rel="alternate" href="{{ "index.xml" | absLangURL }}" type="application/rss+xml" title="{{ .Site.Title }}">