Correct site name template syntax

This commit is contained in:
Adarnof 2016-12-21 23:40:45 -05:00 committed by GitHub
parent 2f2c2bd0e5
commit 16a4ed9bf2

View File

@ -46,7 +46,7 @@
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container-fluid">
<a class="navbar-brand">
{% SITE_NAME %}
{{ SITE_NAME }}
</a>
<!-- /.navbar-header -->