corrected a syntax error in footer
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 15 Jul 2019 19:01:25 +0000 (15:01 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 15 Jul 2019 19:01:25 +0000 (15:01 -0400)
modules/footer/templates/footer.html.twig

index f1dbd26fc160c7c370024ddc56f901954cb95782..4c644d3033fea7cab908673ff44ceb886f4c7769 100644 (file)
@@ -28,7 +28,7 @@
 <h4>Get Involved</h4>
 
 <ul>
-        for this_menu in menu_array %}
+       {% for this_menu in menu_array %}
                <li>
                        <a class="footer-link" href="{{ this_menu.url }}">{{ this_menu.title }}</a>
                </li>