master
Nick Sergeant 2012-06-01 12:11:16 -04:00
parent 5d39504f36
commit 85b2bfa40d
1 changed files with 7 additions and 1 deletions

View File

@ -20,7 +20,13 @@
{% endcompress %}
{% endblock %}
{% block page-title %}{{ user.username }}'s blog - Powered by Snipt.net{% endblock %}
{% block page-title %}
{% if blog_user.username == 'nicksergeant' %}
Nick Sergeant
{% else %}
{{ blog_user.username }}'s blog - Powered by Snipt.net
{% endif %}
{% endblock %}
{% block page-description %}{% endblock %}
{% block sub-header %}{% endblock %}