File: page-header.html

package info (click to toggle)
mintpy 1.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,340 kB
  • sloc: python: 39,151; javascript: 6,880; sh: 376; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 639 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<section class="page-header">
  <h1 class="project-name">
    {{ site.title | default: site.github.repository_name }}
  </h1>
  <h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
  {% if site.show_downloads %}
    <a href="{{ site.github.releases_url }}" class="btn">Download</a>
  {% endif %}
  <a href="https://mintpy.readthedocs.io/" class="btn">Documentation</a>
  {% if site.github.is_project_page %}
    <a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
  {% else %}
    <a href="{{ site.github.owner_url }}" class="btn">View on GitHub</a>
  {% endif %}
</section>