Sha256: 041e407e236c1e1521f0a7a5f64c6f8744dc5592fa60cef4244f10a233719ca4
Contents?: true
Size: 1.14 KB
Versions: 4
Compression:
Stored size: 1.14 KB
Contents
<!DOCTYPE html> <html lang="{{ site.lang | default: "en-US" }}"> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,maximum-scale=2"> <link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> {% include head-custom.html %} </head> <body> <!-- MAIN CONTENT --> <div id="main_content_wrap" class="outer"> <section id="main_content" class="inner"> {{ content }} </section> </div> <!-- FOOTER --> <div id="footer_wrap" class="outer"> <footer class="inner"> {% if site.github.is_project_page %} <p class="copyright">{{ site.title | default: site.github.repository_name }} maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p> {% endif %} <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> </footer> </div> </body> {% include mathjax.html %} <!--Need to be after the contents--> </html>
Version data entries
4 entries across 2 versions & 1 rubygems