Update .Path to .File.Path to fix deprecation warnings.

This commit is contained in:
miodzie
2022-09-30 18:10:49 -04:00
parent 172f90ac75
commit 927c76ce18
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<span id="views_{{ .Path }}" title="views">
<span id="views_{{ .File.Path }}" title="views">
{{- i18n "article.views" 0 | markdownify | emojify -}}
</span>
{{- /* Trim EOF */ -}}