Commit afbf342 1 parent 197981d commit afbf342 Copy full SHA for afbf342
File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 31
31
<title lang =" de" >Hauptnavigation</title >
32
32
</meta >
33
33
</context >
34
+ <context key =" footer" >
35
+ <meta >
36
+ <title lang =" en" >Footer Navigation</title >
37
+ <title lang =" de" >Footernavigation</title >
38
+ </meta >
39
+ </context >
34
40
</contexts >
35
41
</navigation >
36
42
Original file line number Diff line number Diff line change 57
57
<footer class =" footer mt-auto py-3" >
58
58
{% block footer %}
59
59
<div class =" container" >
60
- <span class =" text-muted" >Copyright {{ ' now' | date (' Y' ) }} SULU</span >
60
+ {% for item in sulu_navigation_root_flat(' footer' ) %}
61
+ <a href =" {{ sulu_content_path(item .url ) }}" >{{ item .title }}</a >
62
+
63
+ {% if not loop .last %} | {% endif %}
64
+ {% endfor %}
65
+
66
+ <span class =" text-muted float-right" >Copyright {{ ' now' | date (' Y' ) }} SULU</span >
61
67
</div >
62
68
{% endblock %}
63
69
</footer >
You can’t perform that action at this time.
0 commit comments