Subscriptions: Display currently selected tag in page title
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
{% if current_tag %}
|
||||||
|
{% set page_title = 'Subscriptions - ' + current_tag %}
|
||||||
|
{% else %}
|
||||||
{% set page_title = 'Subscriptions' %}
|
{% set page_title = 'Subscriptions' %}
|
||||||
|
{% endif %}
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% import "common_elements.html" as common_elements %}
|
{% import "common_elements.html" as common_elements %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user