diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index caa9a383..b5d7d90b 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -121,6 +121,7 @@ module.exports = { feeds: { rss2: { enable: true, + file_name: 'index.xml', }, atom1: { enable: false, diff --git a/src/.vuepress/theme/components/RSSSubscription.vue b/src/.vuepress/theme/components/RSSSubscription.vue index d451c8ed..0fc11eaf 100644 --- a/src/.vuepress/theme/components/RSSSubscription.vue +++ b/src/.vuepress/theme/components/RSSSubscription.vue @@ -9,7 +9,7 @@ rel="noopener noreferrer" > @@ -20,7 +20,7 @@ rel="noopener noreferrer" > diff --git a/src/.vuepress/theme/components/blog/ActiveTags.vue b/src/.vuepress/theme/components/blog/ActiveTags.vue index 391ccc58..46ac4a9a 100644 --- a/src/.vuepress/theme/components/blog/ActiveTags.vue +++ b/src/.vuepress/theme/components/blog/ActiveTags.vue @@ -3,36 +3,39 @@ v-if=" activeTags.length || searchedText.length || - resolvedActiveCategory !== 'all types' + resolvedActiveCategory !== 'all types' || + activeAuthor " - class="border border-opacity-10 flex items-center rounded px-1 py-2" + class="border-2 border-plBlack border-opacity-10 flex items-center rounded px-1 py-2" > Displaying {{ numberOfPosts }} result{{ numberOfPosts > 1 ? 's' : '' }}{{ numberOfPosts }} result{{ numberOfPosts !== 1 ? 's' : '' }} (newest first) of {{ resolvedActiveCategory }} - - for - "{{ text }}" - - + by {{ activeAuthor }} + for {{ resolvedSearchedText }} with tag{{ activeTags.length > 1 ? 's' : '' }}: -