~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion]
andreijiroh.dev
zensical
mkdocs-material
website
1{#-
2 SPDX-License-Identifier: MIT
3
4 Generally copied from upstream sources: https://github.com/squidfunk/mkdocs-material/blob/79515879d159ee807db61687c7d83aa63a8e9905/material/templates/partials/copyright.html
5 -#}
6 <div class="md-copyright">
7 {% if config.copyright %}
8 <div class="md-copyright__highlight">
9 {{ config.copyright }}
10 </div>
11 {% endif %}
12 {% if not config.extra.generator == false %}
13 Made with
14 <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
15 Material for MkDocs
16 </a>
17 {% endif %}
18 <br>
19 Archived versions of this page might be available at
20 <a href="https://web.archive.org/*/{{ page.canonical_url|url }}">Internet Archive</a>
21 or at <a href="https://archive.md/{{ page.canonical_url|url }}">archive.today</a>,
22 updated manually after an successful build.
23 </div>