all repos — website @ 508f604c012335027585245bbb3cf91a1cc373d7

My website

Add h-entry p-category support

Alan Pearce
commit

508f604c012335027585245bbb3cf91a1cc373d7

parent

3f1c89f5cd5b4c3a51f00d5dbe5d5e60d03a5851

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M themes/xmin/layouts/_default/single.htmlthemes/xmin/layouts/_default/single.html
@@ -9,6 +9,7 @@ {{ with ($.Param $i) }}
{{ $i | title }}: {{ range $k := . }}<a href="{{ relURL (print "/" $i "/" $k | urlize) }}">{{$k}}</a> {{ end }} {{ end }} {{ end }} + {{ $i | title }}: {{ range $k := . }}<a class="p-category" href="{{ relURL (print "/" $i "/" $k | urlize) }}">{{$k}}</a> {{ end }} </p> </header>