diff --git a/_config.yml b/_config.yml index 8accb9a..6d2fcc0 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,8 @@ baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://mikaela.info" # the base hostname & protocol for your site twitter_username: Inaneierase github_username: Mikaela -#facebook_username: mikaelahmsuomalainen +facebook_username: mikaelahmsuomalainen +telegram_username: Ciblia # Build settings markdown: kramdown diff --git a/_includes/footer.html b/_includes/footer.html index ac29385..2075e8a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -46,18 +46,20 @@ {% if site.facebook_username %}
  • - - - {{ site.facebook_username }} + FB:{{ site.facebook_username }}
  • {% endif %} + {% if site.telegram_username %} +
  • + + TG:{{ site.telegram_username }} + +
  • + {% endif %} + + diff --git a/_includes/footer.nodesc.html b/_includes/footer.nodesc.html index 0ff8a71..f36b382 100644 --- a/_includes/footer.nodesc.html +++ b/_includes/footer.nodesc.html @@ -46,14 +46,15 @@ {% if site.facebook_username %}
  • - + FB:{{ site.facebook_username }} + +
  • + {% endif %} - {{ site.facebook_username }} + {% if site.telegram_username %} +
  • + + TG:{{ site.telegram_username }}
  • {% endif %}