Sha256: fa9adff4ae192eb584701cf822f82647bbcbe485ca38bade160209edf519c0aa
Contents?: true
Size: 538 Bytes
Versions: 4
Compression:
Stored size: 538 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ page.lang | default: 'en'}}" xml:lang="{{ page.lang | default: 'en'}}" dir="{{ page.dir | default: 'ltr'}}"> <head> {% include head.html %} </head> <body> {% include before.html %} {% include header.html %} {{ content }} {% if page.layout != 'index' -%} <footer> <p class="signoff"><a href="{{ site.baseurl }}/">← Return home</a></p> </footer> {% endif -%} {% include enable_checkboxes.html %} {% include after.html %} </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems