mirror of
https://github.com/ParkerTenBroeck/ParkerTenBroeck.github.io.git
synced 2026-06-06 21:14:06 -04:00
9 lines
No EOL
268 B
HTML
9 lines
No EOL
268 B
HTML
{%- macro prettify(term) -%}
|
|
{%- if taxonomy.name == "categories" -%}
|
|
{{- "{" ~ term ~ "}" | safe -}}
|
|
{%- elif taxonomy.name == "tags" -%}
|
|
{{- "#" ~ term | safe -}}
|
|
{%- else -%}
|
|
{{- term | safe -}}
|
|
{%- endif -%}
|
|
{%- endmacro -%} |