Sha256: 9b19a7c43210262774de2e469e3c538d69f9af61e960de31480d3061d56bc54c
Contents?: true
Size: 1.47 KB
Versions: 1
Compression:
Stored size: 1.47 KB
Contents
<!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: "en-US" }}" {% include theme.html %}> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> {% seo %} <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> {% include head-custom.html %} </head> <body> <div class="container-lg px-3 my-5 markdown-body"> {% capture heading %}{% if page.layout == "home" and site.primer.home_heading == false %}false{% else %}true{% endif %}{% endcapture -%} {% if site.title and site.title != page.title and heading == "true" %} <h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1> {%- endif %} {{ content }} {% if site.github.private != true and site.github.license %} <div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray"> This site is open source. {% github_edit_link "Improve this page" %}. </div> {% endif %} </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script> <script>anchors.add();</script> <script type="module" src="{{ "/assets/js/primer-clipboard-copy.js?v=" | append: site.github.build_revision | relative_url }}"></script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-v4-theme-primer-0.13.0 | _layouts/default.html |