main pull request #6
3 changed files with 26 additions and 17 deletions
|
@ -3,6 +3,18 @@
|
|||
{% block tabs %}
|
||||
{{ super() }}
|
||||
|
||||
{% block extrahead %}
|
||||
{% set title = config.site_name %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
{% set title = title ~ " - " ~ page.meta.title %}
|
||||
{% elif page and page.title and not page.is_homepage %}
|
||||
{% set title = title ~ " - " ~ page.title %}
|
||||
{% endif %}
|
||||
|
||||
<!-- Umami analytics, https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
|
||||
<script async src="https://analytics.hadan-it.com/script.js" data-website-id="edea79df-8252-4223-adae-46663a8aaa1a"></script>
|
||||
{% endblock %}
|
||||
|
||||
<!-- Additional styles for landing page -->
|
||||
<style>
|
||||
.mdx-container {
|
||||
|
|
14
overrides/main.html
Normal file
14
overrides/main.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block extrahead %}
|
||||
{% set title = config.site_name %}
|
||||
{% if page and page.meta and page.meta.title %}
|
||||
{% set title = title ~ " - " ~ page.meta.title %}
|
||||
{% elif page and page.title and not page.is_homepage %}
|
||||
{% set title = title ~ " - " ~ page.title %}
|
||||
{% endif %}
|
||||
|
||||
<!-- Umami analytics, https://squidfunk.github.io/mkdocs-material/customization/#overriding-blocks -->
|
||||
<script async src="https://analytics.hadan-it.com/script.js" data-website-id="edea79df-8252-4223-adae-46663a8aaa1a"></script>
|
||||
|
||||
{% endblock %}
|
|
@ -1,17 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
<!--{% block announce %}
|
||||
Für Updates folge bitte <strong>@stiebke</strong> auf
|
||||
<a rel="me" href="https://freiburg.social/@squidfunk">
|
||||
<span class="twemoji mastodon">
|
||||
{% include ".icons/fontawesome/brands/mastodon.svg" %}
|
||||
</span>
|
||||
<strong>freiburg.social</strong>
|
||||
</a>
|
||||
und <strong>stiebke.bsky.social</strong> auf
|
||||
<a href="https://bsky.app/profile/stiebke.bsky.social">
|
||||
<span class="twemoji bluesky">
|
||||
{% include ".icons/fontawesome/brands/bluesky.svg" %}
|
||||
</span>
|
||||
<strong>Bluesky</strong>
|
||||
</a>
|
||||
{% endblock %}-->
|
Loading…
Add table
Reference in a new issue