File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 4848 {% if page .permalink == '/' %} {% assign about_title = page .title %} {% endif %}
4949 {% endfor %}
5050
51+ <!-- About -->
52+ <li class =" nav-item {% if page .permalink == '/' %}active{% endif %}" >
53+ <a class =" nav-link" href =" {{ '/' | relative_url }}" >
54+ {{- about_title }}
55+ {% if page .permalink == '/' %}
56+ <span class =" sr-only" >(current)</span >
57+ {% endif %}
58+ </a >
59+ </li >
60+
5161 <!-- Other pages than About-->
5262 {% assign sorted_pages = site .pages | sort: 'nav_order' %}
5363 {% for p in sorted_pages %}
110120 {% endif %}
111121 {% endfor %}
112122
113- <!-- About -->
114- <li class =" nav-item {% if page .permalink == '/' %}active{% endif %}" >
115- <a class =" nav-link" href =" {{ '/' | relative_url }}" >
116- {{- about_title }}
117- {% if page .permalink == '/' %}
118- <span class =" sr-only" >(current)</span >
119- {% endif %}
120- </a >
121- </li >
123+ <li class =" nav-item" ><a class =nav-link href =" https://github.com/compellit" target =" _blank" ><i class =" fa-brands fa-github" ></i ></a ></li >
122124
123125 {% if site .search_enabled %}
124126 <!-- Search -->
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ nav_order: 1
77---
88
99- [ GAMA (Galician Metrical Analyzer)] ( https://prf2.org/en/gama/ ) : Automatic metrical analysis of poetry in Galician.
10+ - On GitHub: [ compellit] ( https://github.com/compellit )
1011
1112<!-- {% include resources/resources.liquid %} -->
1213
You can’t perform that action at this time.
0 commit comments