Sha256: bc7ef6f65288bf28bc7ece5753d5ea83cb7554563eba5dad61fcbdd3ed5e9b5c
Contents?: true
Size: 1.21 KB
Versions: 10
Compression:
Stored size: 1.21 KB
Contents
<!DOCTYPE html> <html lang="{{ page.lang | default: 'en' }}"> {% include base/head.html title=page.title -%} <body id="top" class="pt-0"> {% include base/navbar.html -%} <main> {% include people/header.html %} {% include people/about.html %} {% include people/projects.html %} {% include people/posts.html %} {% include people/pubkeys.html %} {% include people/support.html %} </main> <footer class="footer small bg-dark bg-image text-light"> {% if page.with_shortcuts != false %} <div class="container"> {% include base/shortcuts.html %} </div> {% endif %} {% if page.with_finale == true %} <div class="container border-5 border-top border-primary"> {% include base/finale.html %} </div> {% endif %} {% if page.with_sponsors == true %} <div class="container-fluid bg-light"> <div class="container"> {% include sponsors/carousel.html -%} </div> </div> {% endif %} {% if page.with_copyright == true %} <div class="container py-1"> {% include base/copyright.html %} </div> {% endif %} </footer> {% include base/script.html -%} </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems