File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,12 @@ <h2 class="footer__section-title">Our Sponsors</h2>
46
46
< div class ="col-md-3 ">
47
47
< h2 class ="footer__section-title "> Python Sprints</ h2 >
48
48
< hr class ="footer__divider ">
49
- < a class ="footer__link " href ="# " target ="_blank "> About</ a >
50
- < a class ="footer__link " href ="# " target ="_blank "> Getting Started</ a >
51
- < a class ="footer__link " href ="# " target ="_blank "> Projects</ a >
52
- < a class ="footer__link " href ="# " target ="_blank "> Contact</ a >
53
- < a class ="footer__link " href ="# " target ="_blank "> Credits</ a >
49
+ < a class ="footer__link " href ="{{ '/' | prepend: site.baseurl }} "> Home</ a >
50
+ {% for page in site.pages %}
51
+ {% if page.title %}
52
+ < a class ="footer__link " href ="{{ page.url | prepend: site.baseurl }} "> {{ page.title }}</ a >
53
+ {% endif %}
54
+ {% endfor %}
54
55
</ div >
55
56
</ div >
56
57
You can’t perform that action at this time.
0 commit comments