File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 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>
4646 < div class ="col-md-3 ">
4747 < h2 class ="footer__section-title "> Python Sprints</ h2 >
4848 < 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 %}
5455 </ div >
5556 </ div >
5657
You can’t perform that action at this time.
0 commit comments