Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
fix article page title
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrenneman committed Jan 25, 2013
1 parent 6bd472e commit 7dd5bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blog_page.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "base.html" %}
{% block page_title %}{{ article.slug }} | {% endblock %}
{% block page_title %}{{ page_title }}{% endblock %}
{% block blog_highlight %}active{% endblock %}

{% block content %}
Expand Down

0 comments on commit 7dd5bf1

Please sign in to comment.