💄 new design (with microformats)

This commit is contained in:
2022-05-26 21:57:21 -04:00
parent 7029850f65
commit bc4063d2ae
12 changed files with 77 additions and 73 deletions

View File

@ -75,7 +75,7 @@ module Jekyll
def tag_links(tags)
tags = tags.sort!.map do |item|
item.tr!(' ', '-')
"<a class='tag' href='/tag/#{item}/'>#{item}</a>"
"<a class='p-category' href='/tag/#{item}/'>#{item}</a>"
end
tags.join(', ')
end