File: error.html

package info (click to toggle)
jekyll 4.3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,356 kB
  • sloc: ruby: 16,765; javascript: 1,455; sh: 214; xml: 29; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{% include top.html %}

<body class="wrap">
  <header>
    <div class="grid">
      <div class="unit whole align-center">
        <h1>
          <a href="/">
            <span class="sr-only">Jekyll</span>
            <img src="/img/logo-2x.png" width="249" height="115" alt="Jekyll Logo">
          </a>
        </h1>
      </div>
    </div>
  </header>

  {{ content }}

  {% include anchor_links.html %}
  {% include analytics.html %}

</body>
</html>