diff --git a/themes/typing/layout/_partial/post/category.ejs b/themes/typing/layout/_partial/post/category.ejs index 00f5371..19005de 100644 --- a/themes/typing/layout/_partial/post/category.ejs +++ b/themes/typing/layout/_partial/post/category.ejs @@ -2,7 +2,7 @@
<%- list_categories(post.categories, { show_count: false, - class: 'p-category article-category', + class: 'article-category', style: 'none', separator: '/' }) %> diff --git a/themes/typing/layout/_partial/post/tag.ejs b/themes/typing/layout/_partial/post/tag.ejs index ef33cb2..646faa5 100644 --- a/themes/typing/layout/_partial/post/tag.ejs +++ b/themes/typing/layout/_partial/post/tag.ejs @@ -1,7 +1,7 @@ <% if (post.tags && post.tags.length) { %> <%- listTags(post.tags, { show_count: false, - class: 'p-category article-tag', + class: 'article-tag', transform: titlecase }) %> <% } %> diff --git a/themes/typing/scripts/listTags.js b/themes/typing/scripts/listTags.js index eb4f279..86fd595 100644 --- a/themes/typing/scripts/listTags.js +++ b/themes/typing/scripts/listTags.js @@ -39,7 +39,7 @@ function listTagsHelper(tags, options) { tags.forEach(tag => { result += `
  • ` - result += `'