Skip to content

Commit

Permalink
Added the page title to the HTML title
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio Biason committed Jun 12, 2019
1 parent 39aa89a commit e1f25d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/page.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{% extends "index.html" %}
{% import "post_macros.html" as post_macros %}

{% block title %}
{{ config.title }}
-
{{ page.title }}
{% endblock %}

{% block content %}
{% block header %}
{{ super() }}
Expand Down

0 comments on commit e1f25d3

Please sign in to comment.