diff --git a/bb.sh b/bb.sh index c9101e4..1c5b9fc 100755 --- a/bb.sh +++ b/bb.sh @@ -142,6 +142,9 @@ global_variables() { template_subscribe_browser_button="Subscribe to this page..." # "Tweet" (used as twitter text button for posting to twitter) template_twitter_button="Tweet" + + template_twitter_comment="<Type your comment here but please leave the URL so that other people can follow the comments>" + # The locale to use for the dates displayed on screen (not for the timestamps) date_format="%B %d, %Y" date_locale="C" @@ -185,7 +188,7 @@ edit() { # $1 the post URL twitter() { echo "

$template_comments  " - echo "View more posts'$template_subscribe'' >> "$contentfile" + echo '

'$template_archive''$template_subscribe'
' >> "$contentfile" else echo '
'$template_archive'Subscribe
' >> "$contentfile" fi