use site name in template
This commit is contained in:
parent
343699bc31
commit
bce0ced774
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1><a href="{% url home %}">MoonCon <span style="font-weight: 200;">2019</span></a></h1>
|
<h1><a href="{% url home %}">{{ SITE_NAME }}</a></h1>
|
||||||
<h2><a href="{% url home %}"><span style="font-weight: 200;">Sea of Tranquility, July 16th–24th</span></a></h2>
|
<h2><a href="{% url home %}"><span style="font-weight: 200;">Some amazing location, February 30th–31st</span></a></h2>
|
||||||
</header>
|
</header>
|
||||||
<div class="navbar">
|
<div class="navbar">
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
|
|
Loading…
Reference in a new issue