Skip to content

Commit 84b4d91

Browse files
committed
fix webarkit link in the footer
1 parent 339d4bb commit 84b4d91

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ email: [email protected]
2323
description: >- # this means to ignore newlines until "baseurl:"
2424
A new dimension for the OpenSource WebAR
2525
baseurl: "" # the subpath of your site, e.g. /blog
26+
short_url: "www.webarkit.org"
2627
url: "https://www.webarkit.org" # the base hostname & protocol for your site, e.g. http://example.com
2728
twitter_username: WebarkitO
2829
github_username: webarkit

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="site-footer">
2-
{% if site.github.is_project_page %}
3-
<span class="site-footer-owner"><a href="{{ site.github.repository_url }}">{{ site.github.repository_name }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
2+
{% if site.url %}
3+
<span class="site-footer-owner"><a href="{{ site.url }}">{{ site.short_url }}</a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>.</span>
44
{% endif %}
55
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
66
<a href="/feed.xml" target="_blank">RSS feed</a>

0 commit comments

Comments
 (0)