File: main.html

package info (click to toggle)
mkdocstrings-python-handlers 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,400 kB
  • sloc: python: 3,271; makefile: 42; sh: 17; javascript: 13
file content (18 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "base.html" %}

{% block announce %}
  <strong>Fund this project</strong> through
  <a href="https://github.com/sponsors/pawamoy"><strong>sponsorship</strong></a>
  <span class="twemoji heart pulse">
    {% include ".icons/octicons/heart-fill-16.svg" %}
  </span> &mdash;
  Follow
  <strong>@pawamoy</strong> on
  <a rel="me" href="https://fosstodon.org/@pawamoy">
    <span class="twemoji mastodon">
      {% include ".icons/fontawesome/brands/mastodon.svg" %}
    </span>
    <strong>Fosstodon</strong>
  </a>
  for updates
{% endblock %}