Skip to content

Commit 334f26b

Browse files
author
Pablo Vieira
committed
GitHub URL from social-profiles.yml
1 parent e1d0213 commit 334f26b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ <h4>About this site</h4>
3030
This website is built on <a href="http://jekyllrb.com/" target="_blank">Jekyll</a>
3131
and hosted on <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
3232
<br/>
33-
Fork it on <a href="https://github.com/povieira/povieira.github.io">GitHub</a>.
33+
{% assign github = site.data.social-profiles | where:"name","GitHub" %}
34+
Fork it on <a href="{{ github[0].url }}/pv8.github.io">GitHub</a>.
3435
</p>
3536
</div>
3637
<!-- {% include main-footer.html %} -->

0 commit comments

Comments
 (0)