Welcome to mirror list, hosted at ThFree Co, Russian Federation.

categories.html « partials « layouts - github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7638fbfdbf0c5a1844e5b170fd95c765b51fc33c (plain)
1
2
3
4
5
6
7
8
<% capture category %><% if post %><%= post.categories | category_links | size %><% else %><%= page.categories | category_links | size %><% } %><% endcapture %>
<% unless category == '0' %>
<% if post %>
	<%= post.categories | category_links %>
<% else %>
	<%= page.categories | category_links %>
<% } %>
<% endunless %>