mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-12-16 19:14:33 -05:00
fix sovrin permalink
This commit is contained in:
parent
1e2e7684dd
commit
4170bd36d3
@ -533,29 +533,6 @@ This is the code that makes social share and donation button on each page. The B
|
||||
<a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | absolute_url | url_encode }}" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a>
|
||||
<a href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url | url_encode }}" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Share on LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
|
||||
<a href="https://www.reddit.com/submit?url={{ page.url | absolute_url | url_encode }}&title={{ page.title | url_encode }}" class="btn btn--reddit" title="Share on Reddit"><i class="fab fa-fw fa-reddit" aria-hidden="true"></i><span> Reddit</span></a>
|
||||
<h3>Tips Welcome</h3>
|
||||
<table class="table table-bordered table-hover table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th title="Field #1">Bitcoin</th>
|
||||
<th title="Field #2">DOGE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1D9382Y1hwF9mx8tRu8ZUVxcm2aq6yZDYR</td>
|
||||
<td>D9y38ChAZP9aZG2mAJ94VAynAG4YGSvTpp</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><img src="https://imgur.com/j1hzcTo.png" width="150"></td>
|
||||
<td><img src="/images/doge-address.png" width="150"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- Beginning of tippin.me Button -->
|
||||
<div id="tippin-button" data-dest="didecentral"></div>
|
||||
<script src="https://tippin.me/buttons/tip.js" type="text/javascript"></script>
|
||||
<!-- End of tippin.me Button -->
|
||||
</section>
|
||||
{% endraw %}
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ header:
|
||||
image: "/images/sovrin-header.png"
|
||||
og_image: "https://decentralized-id.com/images/sovrin-foundation.png"
|
||||
caption: "[cryptodesign.io](http://cryptodesign.io/portfolio/sovrin-stewards/)"
|
||||
permalink: orgsanizations/sovrin/
|
||||
permalink: organizations/sovrin/
|
||||
canonical_url: 'https://decentralized-id.com/organizations/sovrin/'
|
||||
redirect_from:
|
||||
- organizations/sovrin-foundation
|
||||
|
Loading…
Reference in New Issue
Block a user