github.com/tickoalcantara12/micro/v3@v3.0.0-20221007104245-9d75b9bcbab9/docs/_layouts/post.html (about)

     1  <!DOCTYPE html>
     2  <html lang="{{ site.lang | default: "en-US" }}">
     3    <head>
     4      <meta charset="UTF-8">
     5      <meta http-equiv="X-UA-Compatible" content="IE=edge">
     6      <meta name="viewport" content="width=device-width, initial-scale=1">
     7  
     8  {% seo %}
     9      <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
    10    </head>
    11    <body>
    12      <div class="container-lg px-3 my-5 markdown-body">
    13        {% if site.title and site.title != page.title %}
    14        <h1>
    15          <a href="{{ "/blog/" | absolute_url }}" style="color: black;">
    16          {% if site.logo %}
    17          <img src="{{ site.logo | absolute_url }}" height=auto width=50px style="display: inline; vertical-align: middle;"/> 
    18          {% endif %}
    19  	{{ site.title }} Blog</a>
    20        </h1>
    21        {% endif %}
    22  
    23        {% if page.title %}
    24        <h1 style="border-bottom: 0">{{ page.title }}</h1>
    25        {% endif %}
    26  
    27        {{ content }}
    28  
    29        {% if site.github.private != true and site.github.license %}
    30        <div class="footer border-top border-gray-light mt-5 pt-3 text-right text-gray">
    31          This site is open source. {% github_edit_link "Improve this page" %}.
    32        </div>
    33        {% endif %}
    34      </div>
    35      <script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
    36      <script>anchors.add();</script>
    37      {% if site.google_analytics %}
    38      <script>
    39        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    40        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    41        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    42        })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    43        ga('create', '{{ site.google_analytics }}', 'auto');
    44        ga('send', 'pageview');
    45      </script>
    46      {% endif %}
    47    </body>
    48  </html>