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