~stormdragon2976/bashtml

510f4ef1b4f3532435b8514310b330252bcc542f — Storm Dragon 3 years ago a797e56
Small change to text displayed for continue reading from index.
2 files changed, 2 insertions(+), 3 deletions(-)

M README.md
M bashtml.sh
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"