i18n: bilingual de/en, bundle js from assets via hugo pipes, css refresh
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
<meta name="description" content="{{ $desc }}">
|
||||
<meta name="author" content="{{ .Site.Params.author }}">
|
||||
<link rel="canonical" href="{{ .Permalink }}">
|
||||
{{/* tell search engines about the other language version of this page */}}
|
||||
{{ range .AllTranslations }}<link rel="alternate" hreflang="{{ .Language.Lang }}" href="{{ .Permalink }}">
|
||||
{{ end }}
|
||||
|
||||
{{/* social card image: project thumbnail, else home hero, else site default */}}
|
||||
{{ $ogimg := .Site.Params.ogImage }}
|
||||
|
||||
Reference in New Issue
Block a user