Sha256: 8622d9b34e20614ca52b8469cfa376f1887fdd5a7ab2dfb2345daec43f932603

Contents?: true

Size: 416 Bytes

Versions: 13

Compression:

Stored size: 416 Bytes

Contents

<template id="_error-template" hidden>
  <div class="page">
    <h1 class="page-title">{{ strings.error.title | default:"Error" }}</h1>
    {% capture link %}<a class="this-link" href=""></a>{% endcapture %}
    {% assign text = strings.error.message | default:"Sorry, an error occurred while loading: <!--link-->." %}
    <p class="lead">
      {{ text | replace:"<!--link-->",link }}
    </p>
  </div>
</template>

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
jekyll-theme-hydebetty-1.0.2 _includes/templates/error.html
jekyll-theme-hydebetty-1.0.1 _includes/templates/error.html
jekyll-theme-hydejack-8.5.2 _includes/templates/error.html
jekyll-theme-hydejack-8.5.1 _includes/templates/error.html
jekyll-theme-hydejack-8.5.0 _includes/templates/error.html
jekyll-theme-hydejack-8.4.0 _includes/templates/error.html
jekyll-theme-hydejack-8.3.2 _includes/templates/error.html
jekyll-theme-hydejack-8.3.1 _includes/templates/error.html
jekyll-theme-hydejack-8.3.0 _includes/templates/error.html
jekyll-theme-hydejack-8.2.0 _includes/templates/error.html
jekyll-theme-hydejack-8.1.1 _includes/templates/error.html
jekyll-theme-hydejack-8.1.0 _includes/templates/error.html
jekyll-theme-hydejack-8.0.0 _includes/templates/error.html