diff options
Diffstat (limited to 'themes/elenq')
-rw-r--r-- | themes/elenq/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html index dcaab88..e5bba51 100644 --- a/themes/elenq/templates/base.html +++ b/themes/elenq/templates/base.html @@ -36,6 +36,9 @@ <link rel="stylesheet" href="/{{ THEME_STATIC_DIR }}/css/elenq-pelican.css"> <link rel="stylesheet" href="/{{ THEME_STATIC_DIR }}/css/fonts.css"> <link rel="stylesheet" href="/{{ THEME_STATIC_DIR }}/css/prism.css"> + {% if MASTODON_PROFILE %} + <link rel="me" href="{{ MASTODON_PROFILE }}"> + {% endif %} <script type="text/javascript" async src="/{{ THEME_STATIC_DIR }}/js/prism-hl.js"></script> <script type="text/javascript" async src="/{{ THEME_STATIC_DIR }}/js/colorscheme-switcher.js"></script> |