diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 79f81cf..72dcf84 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ {% block content %} <div class="about"> <img class="banner" src="{{ config.site_banner }}"> - {{ config.site_about|safe|linebreaks }} + {{ about }} </div> <h2>People</h2> {% for identity in identities %} |