diff --git a/README.md b/README.md
index 0e68ba7..0c22047 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,7 @@ As a guideline, pull requests should:
Changelog
---------
+- 2.6 Support for multiple authors, use a different `.config` for each one
- 2.5 Massive code cleanup by Martijn Dekker
'tags' command
The word 'posts' in the tag list (both website and command) now has a singular form, check out `template_tags_posts_singular`
diff --git a/bb.sh b/bb.sh
index 82a9bf2..09136c3 100755
--- a/bb.sh
+++ b/bb.sh
@@ -17,7 +17,7 @@ global_config=".config"
# by the 'global_config' file contents
global_variables() {
global_software_name="BashBlog"
- global_software_version="2.5"
+ global_software_version="2.6"
# Blog title
global_title="My fancy blog"
@@ -52,8 +52,7 @@ global_variables() {
# Set this to false for a Twitter button with share count. The cookieless version
# is just a link.
global_twitter_cookieless="true"
- # Set to "topsy" which can search tweets way early in time, or "twitter"
- # for the default search page, where tweets more than a week old are hidden
+ # Default search page, where tweets more than a week old are hidden
global_twitter_search="twitter"
# Change this to your disqus username to use disqus for comments
@@ -343,8 +342,7 @@ twitter() {
id=$RANDOM
search_engine="https://twitter.com/search?q="
- [[ $global_twitter_search == topsy ]] && search_engine="http://topsy.com/trackback?url="
-
+
echo "
$template_comments $template_twitter_button " echo "
" # Get current tweet count @@ -396,12 +394,14 @@ is_boilerplate_file() { # "no" to insert new blog posts # $4 title for the html header # $5 original blog timestamp +# $6 post author create_html_page() { content=$1 filename=$2 index=$3 title=$4 timestamp=$5 + author=$6 # Create the actual blog post # html, head @@ -438,7 +438,7 @@ create_html_page() { else echo "