Compare commits
No commits in common. "c79918f3576d5d393a777580002dc12b8179b1bc" and "e241637069947f037878cfef4c78dd764ed4217a" have entirely different histories.
c79918f357
...
e241637069
3 changed files with 1 additions and 10 deletions
|
|
@ -26,7 +26,5 @@ highlight_theme = "Catpuccin Mocha"
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
# Put all your custom variables here
|
# Put all your custom variables here
|
||||||
mastodon_url = "https://nerdculture.de/@NcamGnrvngu"
|
mastodon_url = "https://mstdn.social/@Ncamgnrvngu"
|
||||||
mastodon_user = "@NcamGnrvngu@nerdculture.de"
|
|
||||||
matrix_user = "@ncamgnrvngu:matrix.org"
|
matrix_user = "@ncamgnrvngu:matrix.org"
|
||||||
bookwyrm_url = "https://bookrastinating.com/user/NcamGnrvngu"
|
|
||||||
|
|
|
||||||
|
|
@ -36,9 +36,6 @@
|
||||||
{% if config.extra.matrix_user %}
|
{% if config.extra.matrix_user %}
|
||||||
<a href="https://matrix.to/#/{{ config.extra.matrix_user }}">Matrix</a>
|
<a href="https://matrix.to/#/{{ config.extra.matrix_user }}">Matrix</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if config.extra.bookwyrm_url %}
|
|
||||||
<a href="{{ config.extra.bookwyrm_url }}">Bookwyrm</a>
|
|
||||||
{% endif %}
|
|
||||||
<p id="license">
|
<p id="license">
|
||||||
Except where otherwise noted, the content on this site is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>
|
Except where otherwise noted, the content on this site is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,4 @@
|
||||||
<div id="page_content">
|
<div id="page_content">
|
||||||
{{ page.content | safe }}
|
{{ page.content | safe }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if config.extra.mastodon_user %}
|
|
||||||
<meta name="fediverse:creator" content="{{ config.extra.mastodon_user}}">
|
|
||||||
{% endif %}
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue