Correct link data

This commit is contained in:
lostinlight 2018-03-14 22:02:50 +03:00
parent dec5a0b619
commit 9a76643e78
12 changed files with 14 additions and 14 deletions

View File

@ -5,7 +5,7 @@
"title": "aardwolf",
"logoClr": "46332d",
"created": "2017",
"official": "aardwolf.social",
"official": "https://aardwolf.social",
"license": "AGPL-3.0",
"repo": "https://github.com/BanjoFox/aardwolf",
"language": "Rust",

View File

@ -5,7 +5,7 @@
"title": "diaspora",
"logoClr": "000000",
"created": "2010",
"official": "diaspora.software",
"official": "https://diaspora.software",
"license": "AGPL-3.0",
"repo": "https://github.com/diaspora/diaspora",
"language": "Ruby",

View File

@ -5,7 +5,7 @@
"title": "friendica",
"logoClr": "ffb900",
"created": "2010",
"official": "friendi.ca",
"official": "https://friendi.ca",
"license": "AGPL-3.0",
"repo": "https://github.com/friendica/friendica",
"language": "PHP",

View File

@ -5,7 +5,7 @@
"title": "ganggo",
"logoClr": "69d7e2",
"created": "2017",
"official": "ggg.social",
"official": "https://ggg.social",
"license": "GPL-3.0",
"repo": "https://github.com/ganggo/ganggo",
"language": "Go",

View File

@ -5,7 +5,7 @@
"title": "gnusocial",
"logoClr": "a22430",
"created": "2010",
"official": "gnu.io/social",
"official": "https://gnu.io/social",
"license": "AGPL-3.0",
"repo": "https://git.gnu.io/gnu/gnu-social",
"language": "PHP",

View File

@ -5,7 +5,7 @@
"title": "hubzilla",
"logoClr": "43488a",
"created": "2015",
"official": "project.hubzilla.org",
"official": "https://project.hubzilla.org",
"license": "MIT",
"repo": "https://github.com/redmatrix/hubzilla",
"language": "PHP",

View File

@ -5,7 +5,7 @@
"title": "mastodon",
"logoClr": "3088d4",
"created": "2016",
"official": "joinmastodon.org",
"official": "https://joinmastodon.org",
"license": "AGPL-3.0",
"repo": "https://github.com/tootsuite/mastodon",
"language": "Ruby",

View File

@ -5,7 +5,7 @@
"title": "pleroma",
"logoClr": "ff7b6e",
"created": "2017",
"official": "pleroma.social",
"official": "https://pleroma.social",
"license": "AGPL-3.0",
"repo": "https://git.pleroma.social/pleroma",
"language": "Elixir",

View File

@ -5,7 +5,7 @@
"title": "postactiv",
"logoClr": "ad68d5",
"created": "2016",
"official": "postactiv.com",
"official": "https://postactiv.com",
"license": "AGPL-3.0",
"repo": "http://gitea.postactiv.com/postActiv/postActiv",
"language": "PHP",

View File

@ -5,7 +5,7 @@
"title": "socialhome",
"logoClr": "2fcbbe",
"created": "2016",
"official": "socialhome.network",
"official": "https://socialhome.network",
"license": "AGPL-3.0",
"repo": "https://github.com/jaywink/socialhome",
"language": "Python",

View File

@ -18,13 +18,13 @@
<h4><%- __('created') %></h4><span><%= data.created %></span>
</div>
<div class="section">
<h4><%- __('official') %></h4><span><a href="https://<%= data.official %>"><%= data.official %></a></span>
<h4><%- __('official') %></h4><span><a href="<%= data.official %>"><%= data.official %></a></span>
</div>
<div class="section">
<h4><%- __('license') %></h4><span><%= data.license %></span>
</div>
<div class="section">
<h4><%- __('code') %></h4><span><a href="https://<%= data.repo %>"><%- __('repo') %></a></span>
<h4><%- __('code') %></h4><span><a href="<%= data.repo %>"><%- __('repo') %></a></span>
</div>
<div class="section">
<h4><%- __('language') %></h4><span><%= data.language %></span>
@ -41,7 +41,7 @@
</div>
<% if (data.wiki !== "") { %>
<div class="section">
<h4><%- __('wiki') %></h4><span><a href="https://<%= data.wiki %>"><%- __('resources') %></a></span>
<h4><%- __('wiki') %></h4><span><a href="<%= data.wiki %>"><%- __('resources') %></a></span>
</div>
<% } %>
</section>

View File

@ -59,7 +59,7 @@
<path d="M1.99 1.32h5.345c.446 0 .794.112 1.045.334.265.21.43.473.504.794l1.42 9.712c.126.823.23 1.627.315 2.42.08.782.15 1.57.207 2.363.25-.78.515-1.558.794-2.34.293-.793.62-1.606.98-2.442l3.803-9.623 1.48.006s-4.49-1.22-4.113-1.22h9.712l-.263.173L12.723 22.98h-5.47L1.99 1.32z"/>
</symbol>
<symbol id="icon-ganggo" viewBox="0 0 34 34">
<symbol id="icon-ganggo" viewBox="0 0 32 32">
<path d="M1 1v30h30V1H1zm3.75 5.7h9.45V16l-9.45.05V6.7zm15 13.05v1.95h-7.5v-1.95h7.5zm1.95 8.85H10.45v-3.75H21.7v3.75zM27.25 16h-9.3V6.7h9.3V16zm-15.5-6.75v5.55h-5.7V9.25h5.7zm13.05 0v5.55h-5.55V9.25h5.55z"/>
</symbol>
</svg>

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB