add root url

This commit is contained in:
infominer33 2019-03-20 23:41:52 -04:00
parent aeb3866e7e
commit a3b851bd50
2 changed files with 9 additions and 9 deletions

View File

@ -8,7 +8,7 @@ plugins:
jekyll-mentions: https://twitter.com
theme: jekyll-theme-modernist
rooturl : "https://infominer.id/DIDecentralized"
baseurl : "/DIDecentralized"
title : "Identity Decentralized"
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."

View File

@ -46,10 +46,10 @@
<td><a href="https://infominer.id/SuperSource/">Super-Source</a></td>
</tr>
<tr>
<th><a href="{{ site.url }}">DIDecentral</a></th>
<th><a href="{{ site.url }}/self-sovereign-identity/">SSID</a></th>
<th><a href="{{ site.url }}/hgf-2018/">HGF18</a></th>
<th><a href="{{ site.url }}/indy-ecosystem/">Indy</a></th>
<th><a href="{{ root.url }}">DIDecentral</a></th>
<th><a href="{{ root.url }}/self-sovereign-identity/">SSID</a></th>
<th><a href="{{ root.url }}/hgf-2018/">HGF18</a></th>
<th><a href="{{ root.url }}/indy-ecosystem/">Indy</a></th>
</tr>
</table>
@ -59,10 +59,10 @@
<table>
<tr>
<th><a href="https://infominer.id/">&#x29C9;</a></th>
<th><a href="{{ site.url }}">DIDecentral</a></th>
<th><a href="{{ site.url }}/self-sovereign-identity/">SSID</a></th>
<th><a href="{{ site.url }}/hgf-2018/">HGF18</a></th>
<th><a href="{{ site.url }}/indy-ecosystem/">Indy</a></th>
<th><a href="{{ root.url }}">DIDecentral</a></th>
<th><a href="{{ root.url }}/self-sovereign-identity/">SSID</a></th>
<th><a href="{{ root.url }}/hgf-2018/">HGF18</a></th>
<th><a href="{{ root.url }}/indy-ecosystem/">Indy</a></th>
</tr>
</table>