diff --git a/articles.example/config.json b/articles.example/config.json index ea62d4d..7f88827 100644 --- a/articles.example/config.json +++ b/articles.example/config.json @@ -4,7 +4,9 @@ "signature": "By Me", "lang": "en", "custom_head": "", + "home_count": 5, "rss_link": " RSS", "back_link": " Back to home", + "published_on": "Published on", "copyright": "CC BY-NC" } \ No newline at end of file diff --git a/package.json b/package.json index 1f5f401..325f939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "md-blog", - "version": "1.5.0", + "version": "1.6.0", "private": true, "type": "module", "repository": "https://github.com/klemek/md-blog", diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index cbe23a0..dddaa80 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,5 +1,5 @@