diff --git a/_config.yml b/_config.yml index 677657189..bc76bfffe 100644 --- a/_config.yml +++ b/_config.yml @@ -2,3 +2,4 @@ markdown: rdiscount rdiscount: extensions: [smart] url: http://beets.radbox.org +permalink: /blog/:title.html diff --git a/_layouts/main.html b/_layouts/main.html index 5c52417cc..8a637e430 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -1,16 +1,25 @@ - beets: {{ page.shorttitle }} + + beets: + {% if page.shorttitle %} + {{ page.shorttitle }} + {% else %} + {{ page.title }} + {% endif %} + - - - + + + {% if page.section == 'main' %} {% endif %} + +