We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb46068 commit f8def47Copy full SHA for f8def47
1 file changed
layouts/_partials/header.ics
@@ -1,4 +1,4 @@
1
-{{- if or (eq hugo.Environment "development") (eq hugo.Environment "debug") }}{{ warnidf "debug-partial-used" "Partial used: %s" templates.Current.Name }}{{ end -}}
+{{- if or (eq hugo.Environment "development") (eq hugo.Environment "debug") }}{{ warnf "Partial used: %s" templates.Current.Name }}{{ end -}}
2
{{/* Override of component header.ics — uses .Site.Language.Lang instead of .Locale (requires Hugo 0.159+) */}}
3
{{ with dict `` `
4
` "name" (dict "text" "PowerShell.org Community Calendar" "lang" .Site.Language.Lang) `` `
0 commit comments