Skip to content

Commit f91d69c

Browse files
committed
adds github links
1 parent 0b8b5a0 commit f91d69c

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

_includes/header.liquid

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@
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 %}
@@ -110,15 +120,7 @@
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 -->

_pages/resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)