Sha256: 6895dd32439de6bb8f3c610a9658cc356f899f4d09abd1aa2d6835e202394eea

Contents?: true

Size: 716 Bytes

Versions: 10

Compression:

Stored size: 716 Bytes

Contents

---
layout: page
title: "404: Page not found"
permalink: /404.html

redirect_from:
  - /norobots/
  - /assets/
  - /posts/

dynamic_title: true
---

{% include lang.html %}

<div class="lead">

  {%- capture _head_back -%}
    <a href="{{ '/' | relative_url }}">{{ site.data.locales[lang].not_found.head_back }}</a>
  {%- endcapture -%}

  {%- capture _archives_page -%}
    <a href="{{ 'archives' | relative_url }}">{{ site.data.locales[lang].not_found.archives_page }}</a>
  {%- endcapture -%}

  <p>{{site.data.locales[lang].not_found.statment }}</p>

  <p>{{ site.data.locales[lang].not_found.hint_template
    | replace: ':HEAD_BAK', _head_back
    | replace: ':ARCHIVES_PAGE', _archives_page }}
  </p>

</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-5.0.2 assets/404.html
jekyll-theme-chirpy-5.0.1 assets/404.html
jekyll-theme-chirpy-5.0.0 assets/404.html
jekyll-theme-chirpy-4.3.4 assets/404.html
jekyll-theme-chirpy-4.3.3 assets/404.html
jekyll-theme-chirpy-4.3.2 assets/404.html
jekyll-theme-chirpy-4.3.1 assets/404.html
jekyll-theme-chirpy-4.3.0 assets/404.html
jekyll-theme-chirpy-4.2.1 assets/404.html
jekyll-theme-chirpy-4.2.0 assets/404.html