File: main.html

package info (click to toggle)
pdm 2.2.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,140 kB
  • sloc: python: 18,313; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 609 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{% extends 'base.html' %}

{% block announce %}
  <span>
    For updates follow <a href="https://twitter.com/pdm_project" style="color: currentColor"><strong>@PDM</strong> on
    <span class="twemoji">
      {% include ".icons/fontawesome/brands/twitter.svg" %}
    </span>
    <strong>Twitter</strong></a>.
  </span>
  <span>
    Consider sponsoring us on
    <a href="https://github.com/sponsors/pdm-project" style="color: currentColor">
      <span class="twemoji">
        {% include ".icons/fontawesome/regular/heart.svg" %}
      </span>
      <strong>GitHub</strong>
    </a>.
  </span>
{% endblock %}