add twitter profile link
This commit is contained in:
parent
02a30026f9
commit
089d68dbb0
2 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,7 @@ author:
|
|||
fedi:
|
||||
user: fef
|
||||
host: notbird.site
|
||||
twitter: libfef
|
||||
sass:
|
||||
style: compact
|
||||
exclude:
|
||||
|
|
|
@ -61,6 +61,14 @@
|
|||
@{{ site.author.fedi.user }}@{{ site.author.fedi.host }}
|
||||
</a>
|
||||
</li>
|
||||
{% if site.author.twitter %}
|
||||
<li>
|
||||
Twitter:
|
||||
<a rel="me" href="https://twitter.com/{{ site.author.twitter }}">
|
||||
@{{ site.author.twitter }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% if site.hs_url %}
|
||||
<li><a href="{{ site.hs_url }}">Hidden Service mirror</a></li>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue