Sha256: 02940ff8c467b1823381b44fb0e9b90ad70fb566cb01362ebf89fe89ae3d0a94
Contents?: true
Size: 704 Bytes
Versions: 66
Compression:
Stored size: 704 Bytes
Contents
<!DOCTYPE html> <html lang="{{site.active_lang}}" class="no-js"> {% include head.html %} {% assign currentRequest = page.url | remove_first: '/' | downcase | split: '/' %} <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="151"> {% assign transparent = true %} {% include navigation.html currentRequest=currentRequest transparent=transparent %} {% include blogtitlepic.html %} <section class="main" id="start"> {{ content }} </section> {% if page.nositelinks == nil %} {% include sitelinks.html %} {% endif %} {% include footer.html %} {% include scripts.html %} </body> </html> <!-- Page Info: DEFAULT Layout -->
Version data entries
66 entries across 66 versions & 1 rubygems