help wanted
Metriche repository
- Star
- (614 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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 }}