Mastodon link

This commit is contained in:
Oliver Kennedy 2019-06-28 15:47:50 -04:00
parent b13e13cdba
commit 3a57d84839

View file

@ -28,7 +28,7 @@ end
<div class="links">
<% if defined? github %><a href="http://github.com/<%=github%>">GitHub</a><% end %>
<% if defined? twitter %><a href="http://twitter.com/<%=twitter%>">Twitter</a><% end %>
<% if use_gnusocial %><a href="https://<%=gnusocial[:host]%>/@<%=gnusocial[:account]%>" rel="me">@<%=gnusocial[:account]%>@<%=gnusocial[:host]%></a><% end %>
<% if use_gnusocial %><a href="https://<%=gnusocial[:host]%>/@<%=gnusocial[:account]%>" rel="me">Mastodon</a><% end %>
<% if defined? scholar %><a href="http://scholar.google.com/citations?user=<%=scholar%>">Google&nbsp;Scholar</a><% end %>
<% if defined? dblp %><a href="http://dblp.uni-trier.de/pers/<%=dblp%>">DBLP</a><% end %>
<% if defined? cv %><a href="<%=cv%>">CV</a><% end %>