all repos — archive/hugo-xmin @ d7e19b268c311759dc7edae9916774521ef1b2f8

Customised minimal hugo theme

.URL has been deprecated in a recent version of Hugo

Yihui Xie
commit

d7e19b268c311759dc7edae9916774521ef1b2f8

parent

985e481c2790ecd96f0f6dab9a6ebe7f16e141d8

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M layouts/_default/list.htmllayouts/_default/list.html
@@ -10,7 +10,7 @@ <ul>
{{ range (where .Data.Pages "Section" "!=" "") }} <li> <span class="date">{{ .Date.Format "2006/01/02" }}</span> - <a href="{{ .URL }}">{{ .Title | markdownify }}</a> + <a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a> </li> {{ end }} </ul>