help wanted
Repository-Metriken
- Stars
- (614 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
In the soon-to-be-released hugo v0.55 we have some WARNING about deprecated stuff :
.URLshould be replaced by.Permalink(global, except .URL from shortcut menu obv) - see #123 too.- replace
.Hugo.Versionbysite.Hugo.Version - replace
.Hugo.Generatorbysite.Hugo.Generator - adapt attachement.html shortcode (wrap {{ with .Page.File }} around
.File.BaseFileName)
+ {{ with .Page.File }}
{{if eq .BaseFileName "_index"}}
{{$.Scratch.Add "filesName" "files"}}
{{else}}
{{$.Scratch.Add "filesName" (printf "%s.files" .BaseFileName)}}
{{end}}
+ {{ end }}