Sha256: 4f861db72ea69b5ac4f63c79dc314d8f155a904150850d367ba0b1b41bca16dc

Contents?: true

Size: 409 Bytes

Versions: 20

Compression:

Stored size: 409 Bytes

Contents

<template id="_error-template">
  <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

20 entries across 20 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _includes/templates/error.html
jekyll-theme-hydejack-9.2.0 _includes/templates/error.html
jekyll-theme-hydejack-9.1.9 _includes/templates/error.html
jekyll-theme-hydejack-9.1.8 _includes/templates/error.html
jekyll-theme-hydejack-9.1.7 _includes/templates/error.html
jekyll-theme-hydejack-9.1.6 _includes/templates/error.html
jekyll-theme-hydejack-9.1.5 _includes/templates/error.html
jekyll-theme-hydejack-9.1.4 _includes/templates/error.html
jekyll-theme-hydejack-9.1.3 _includes/templates/error.html
jekyll-theme-hydejack-9.1.2 _includes/templates/error.html
jekyll-theme-hydejack-9.1.1 _includes/templates/error.html
jekyll-theme-hydejack-9.1.0 _includes/templates/error.html
jekyll-theme-hydejack-9.0.4 _includes/templates/error.html
jekyll-theme-hydejack-9.0.3 _includes/templates/error.html
jekyll-theme-hydejack-9.0.2 _includes/templates/error.html
jekyll-theme-hydejack-9.0.1 _includes/templates/error.html
jekyll-theme-hydejack-9.0.0 _includes/templates/error.html
jekyll-theme-hydejack-7.5.2 _includes/templates/error.html
jekyll-theme-hydejack-7.5.1 _includes/templates/error.html
jekyll-theme-hydejack-7.5.0 _includes/templates/error.html