Skip to content

Commit

Permalink
Merge pull request #8 from edrlab/iterations
Browse files Browse the repository at this point in the history
adds services to post metas
  • Loading branch information
gautierchomel authored Feb 6, 2024
2 parents d72ee74 + d5658ae commit e4b3a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/post-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<span class="post_time">{{ if ($scratch.Get "writeSeparator") }} · {{ end }}{{ T "reading_time" . }}</span>
{{- $scratch.Set "writeSeparator" true }}
{{- end }}
{{- with .Params.tags -}}
{{- with .Params.services -}}
<span>
{{- if ($scratch.Get "writeSeparator") }}&nbsp;· {{ end }}
{{- range . }}
{{- $tag := urlize . -}}
<a href='{{ absLangURL (printf "tags/%s/" $tag) }}' title="{{ . }}" class="post_tag button button_translucent">
{{- $services := urlize . -}}
<a href='{{ absLangURL (printf "services/%s/" $services) }}' title="{{ . }}" class="post_tag button button_translucent">
{{- . }}
</a>
{{- end }}
Expand Down

0 comments on commit e4b3a9a

Please sign in to comment.