Browse Source

replace twitter w/ mastodon, and drop special link from the frontpage..

main
John-Mark Gurney 1 year ago
parent
commit
5881817d0d
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      layout/base.j2
  2. +0
    -2
      layout/frontpage.j2
  3. +2
    -0
      site.yaml

+ 1
- 1
layout/base.j2 View File

@@ -97,7 +97,7 @@
<ul class="tags footer">

<li><a href="{{ content_url('/atom.xml') }}">Atom Feed</a></li>
<li class="contact"><a href="https://twitter.com/{{ site.context.tweet_via }}">Twitter</a></li>
<li class="contact">Mastodon: <a rel="me" href="https://{{ site.context.mastodon_domain }}/@{{ site.context.mastodon_user }}">@{{ site.context.mastodon_user }}@{{ site.context.mastodon_domain }}</a></li>

</ul>



+ 0
- 2
layout/frontpage.j2 View File

@@ -33,6 +33,4 @@

{% block copyright %}
Copyright © {{ time_now|date_format("%Y") }} John-Mark Gurney
<br>
Also on <a rel="me" href="https://flyovercountry.social/@encthenet">Mastodon</a>
{% endblock %}

+ 2
- 0
site.yaml View File

@@ -15,6 +15,8 @@ context:
scheme_host: https://blogtest.funkthat.com
viewport: width=device-width, initial-scale=1
tweet_via: encthenet
mastodon_user: encthenet
mastodon_domain: flyovercountry.social
title: encthenet ramblings
jinja2:
extensions:


Loading…
Cancel
Save