add links for blog, twitter and d*

This commit is contained in:
Carl Chenet 2016-11-17 15:48:20 +01:00
parent 6e333afc76
commit ba3af3df0b
3 changed files with 9 additions and 1 deletions

View file

@ -126,9 +126,11 @@
(hrc = HatRequest.count) > 0 %> (hrc = HatRequest.count) > 0 %>
<a href="/hats/requests"><%= t('.hatrequestlink') %> (<%= hrc %>)</a> <a href="/hats/requests"><%= t('.hatrequestlink') %> (<%= hrc %>)</a>
<% end %> <% end %>
<a href="/chat"><%= t('.chatlink') %></a>
<a href="/privacy"><%= t('.privacylink') %></a> <a href="/privacy"><%= t('.privacylink') %></a>
<a href="/about"><%= t('.aboutlink') %></a> <a href="/about"><%= t('.aboutlink') %></a>
<a href="https://blog.journalduhacker.net"><%= t('.blog') %></a>
<a href="https://twitter.com/journalduhacker"><%= t('.twitter') %></a>
<a href="https://framasphere.org/people/2aaaaba0110c0133c7ea2a0000053625"><%= t('.diaspora') %></a>
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>

View file

@ -37,6 +37,9 @@ en:
hatrequestlink: "Hat Requests" hatrequestlink: "Hat Requests"
privacylink: "Privacy" privacylink: "Privacy"
aboutlink: "About" aboutlink: "About"
blog: "Blog"
twitter: "Twitter"
diaspora: "Diaspora*"
filters: filters:
index: index:
filteredtags: "Filtered Tags" filteredtags: "Filtered Tags"

View file

@ -49,6 +49,9 @@ fr:
hatrequestlink: "Porter le chapeau" hatrequestlink: "Porter le chapeau"
privacylink: "Confidentialité" privacylink: "Confidentialité"
aboutlink: "À propos" aboutlink: "À propos"
blog: "Blog"
twitter: "Twitter"
diaspora: "Diaspora*"
comments: comments:
commentbox: commentbox:
mustbelogged: "Vous devez être connecté pour laisser un commentaire." mustbelogged: "Vous devez être connecté pour laisser un commentaire."