File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 23
23
description : >- # this means to ignore newlines until "baseurl:"
24
24
A new dimension for the OpenSource WebAR
25
25
baseurl : " " # the subpath of your site, e.g. /blog
26
+ short_url : " www.webarkit.org"
26
27
url : " https://www.webarkit.org" # the base hostname & protocol for your site, e.g. http://example.com
27
28
twitter_username : WebarkitO
28
29
github_username : webarkit
Original file line number Diff line number Diff line change 1
1
< 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 >
4
4
{% endif %}
5
5
< span class ="site-footer-credits "> This page was generated by < a href ="https://pages.github.com "> GitHub Pages</ a > .</ span >
6
6
< a href ="/feed.xml " target ="_blank "> RSS feed</ a >
You can’t perform that action at this time.
0 commit comments