mkdocs-material/material/overrides/main.html

58 lines
2.3 KiB
HTML
Raw Normal View History

2020-03-26 14:54:59 +03:00
{#-
This file was automatically generated - do not edit
-#}
{% extends "base.html" %}
2020-03-26 17:23:22 +03:00
{% block extrahead %}
{% set title = config.site_name %}
{% if page and page.title and not page.is_homepage %}
{% set title = config.site_name ~ " - " ~ page.title | striptags %}
{% endif %}
2020-03-29 17:27:34 +03:00
{% set image = config.site_url ~ 'assets/images/banner.png' %}
2020-03-29 16:35:28 +03:00
<meta property="og:type" content="website">
2020-03-26 17:23:22 +03:00
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ config.site_description }}">
<meta property="og:url" content="{{ page.canonical_url }}">
<meta property="og:image" content="{{ image }}">
2020-03-29 16:35:28 +03:00
<meta property="og:image:type" content="image/png">
2020-09-27 16:45:40 +03:00
<meta property="og:image:width" content="1080">
<meta property="og:image:height" content="568">
2020-03-26 17:23:22 +03:00
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@squidfunk">
<meta name="twitter:creator" content="@squidfunk">
<meta name="twitter:title" content="{{ title }}">
<meta name="twitter:description" content="{{ config.site_description }}">
<meta name="twitter:image" content="{{ image }}">
Squashed commit of the following: commit 9b5b80380fc81f5a68828e22754f0e7d53b0dea0 Author: squidfunk <martin.donath@squidfunk.com> Date: Sun Feb 7 16:25:06 2021 +0100 Refactored more stuff commit 5a2108254f1222db7de08690e13c24e972ea19c0 Author: squidfunk <martin.donath@squidfunk.com> Date: Sun Feb 7 13:48:16 2021 +0100 Refactored more stuff commit b3a112f4bddefebcf9dbd1d0ffe240d86fc9aa08 Author: squidfunk <martin.donath@squidfunk.com> Date: Sun Feb 7 12:02:42 2021 +0100 Refactored more stuff commit bff323b6b81571021c0ac9be6f637de7728447a5 Author: squidfunk <martin.donath@squidfunk.com> Date: Sat Feb 6 18:14:52 2021 +0100 Refactored search result list commit 27b7e7e2da3b725797ad769e4411260ffd35b9f8 Author: squidfunk <martin.donath@squidfunk.com> Date: Sat Feb 6 17:12:36 2021 +0100 Refactored more components commit 3747e5ba6d084ed513a2659f48f161449b760076 Author: squidfunk <martin.donath@squidfunk.com> Date: Sun Jan 24 18:56:26 2021 +0100 Implemented new architecture for several components commit ea2851ab0f27113b080c2539a94a88dc0332be84 Author: squidfunk <martin.donath@squidfunk.com> Date: Sun Jan 24 14:53:42 2021 +0100 Removed unnecessary height declaration for sidebars commit 3c3f83ab4ef392dbabf1a11afba2556e529b1674 Merge: 91d239d8 13024179 Author: squidfunk <martin.donath@squidfunk.com> Date: Sun Jan 24 13:04:49 2021 +0100 Merge branch 'master' into refactor/observable-architecture commit 91d239d86649b9571b376011669bc73a7865b186 Author: squidfunk <martin.donath@squidfunk.com> Date: Sat Jan 9 13:11:04 2021 +0100 Started refactoring observable architecture
2021-02-07 18:27:51 +03:00
<link rel="stylesheet" href="{{ 'assets/stylesheets/overrides.45bf1a32.min.css' | url }}">
2020-03-26 17:23:22 +03:00
{% endblock %}
2020-03-26 14:54:59 +03:00
{% block announce %}
2020-06-20 13:24:35 +03:00
<a href="https://twitter.com/squidfunk">
For updates follow <strong>@squidfunk</strong> on
<span class="twemoji twitter">
{% include ".icons/fontawesome/brands/twitter.svg" %}
2020-04-25 16:56:00 +03:00
</span>
2020-06-20 13:24:35 +03:00
<strong>Twitter</strong>
2020-04-05 15:09:20 +03:00
</a>
2020-03-26 14:54:59 +03:00
{% endblock %}
2020-07-22 17:05:38 +03:00
{% block content %}
{{ super() }}
<footer class="tx-content__footer md-typeset">
2020-07-27 10:40:57 +03:00
<a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders">
2020-07-22 17:05:38 +03:00
<hr>
<span class="twemoji">
{% include ".icons/logo.svg" %}
2020-07-22 17:05:38 +03:00
</span>
<span class="twemoji">
{% include ".icons/material/plus.svg" %}
2020-07-22 17:05:38 +03:00
</span>
<span class="twemoji tx-heart">
{% include ".icons/octicons/heart-fill-24.svg" %}
2020-07-22 17:05:38 +03:00
</span>
<hr>
</a>
</footer>
2020-07-22 17:05:38 +03:00
{% endblock %}
2020-07-23 11:23:32 +03:00
{% block analytics %}
{{ super() }}
<script>document.addEventListener("DOMContentLoaded",function(){document.body.addEventListener("click",function(e){if(e.target instanceof HTMLElement){var t=e.target.closest("a[href^=http]");t&&ga("send","event","outbound","click",t.href)}})})</script>
2020-07-23 11:23:32 +03:00
{% endblock %}