M README.md => README.md +0 -1
@@ 1,6 1,5 @@
# BasHTML ![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)
-========
A single Bash script to create blogs.
M bashtml.sh => bashtml.sh +2 -2
@@ 100,9 100,9 @@ html_exclude=()
# Localization and i18n
# "Read more..." (link under cut article on index page)
-template_read_more="Read more..."
+template_read_more="Continue reading..."
# "View more posts" (used on bottom of index page as link to archive)
-template_archive="View more posts"
+template_archive="More posts"
# "All posts" (title of archive page)
template_archive_title="All posts"
# "All tags"