mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
add fediverse link
This commit is contained in:
parent
593f6c99ad
commit
e7ec3930fc
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@
|
||||||
<meta name="author" content="Jesse Hitch">
|
<meta name="author" content="Jesse Hitch">
|
||||||
<meta name="theme-color" content="#1f1f1f" />
|
<meta name="theme-color" content="#1f1f1f" />
|
||||||
<link rel="icon" type="image/x-icon" href="/static/img/{{config_vars['favicon']}}">
|
<link rel="icon" type="image/x-icon" href="/static/img/{{config_vars['favicon']}}">
|
||||||
|
{% for lnk in social_links %}
|
||||||
|
{% if lnk == "fediverse" %}
|
||||||
|
<link rel="me" href="{{ social_links[lnk]['URL'] }}">
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
<meta property="og:url" content="{{ config_vars['website_url'] }}">
|
<meta property="og:url" content="{{ config_vars['website_url'] }}">
|
||||||
<meta property="og:image" content="/static/img/{{config_vars['image']}}">
|
<meta property="og:image" content="/static/img/{{config_vars['image']}}">
|
||||||
<meta property="og:title" content="{{config_vars['website_title']}}">
|
<meta property="og:title" content="{{config_vars['website_title']}}">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue