summaryrefslogtreecommitdiff
path: root/layouts/recipes/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/recipes/list.html')
-rw-r--r--layouts/recipes/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/recipes/list.html b/layouts/recipes/list.html
index de18df0..b758a2b 100644
--- a/layouts/recipes/list.html
+++ b/layouts/recipes/list.html
@@ -10,11 +10,11 @@
</div>
<div class="description">
<h2>
- <a href="{{ .Permalink }}">{{ .Title }}</a>
+ <a class="p-name" href="{{ .Permalink }}">{{ .Title }}</a>
</h2>
<ul class="taglist">
{{- range sort .Params.tags }}
- <li><a class="tag" href="/tags/{{ . | lower }}">{{ . }}</a></li>
+ <li><a class="p-category tag" href="/tags/{{ . | lower }}">{{ . }}</a></li>
{{- end }}
</ul>
{{ .Content }}