diff options
-rw-r--r-- | gum/templates/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gum/templates/sidebar.html b/gum/templates/sidebar.html index 442549e..25b22e4 100644 --- a/gum/templates/sidebar.html +++ b/gum/templates/sidebar.html @@ -43,7 +43,7 @@ <nav class="widget"> <h4>Social</h4> <ul> - {% for url, name in SOCIAL %} + {% for name, url in SOCIAL %} <li><a href="{{ url|e }}">{{ name }}</a></li> {% endfor %} </ul> |