Sha256: d5f793f314ca687d20ebfeb5c260cd8612fdca62b446e7dc7451c60889540fd2

Contents?: true

Size: 1.02 KB

Versions: 15

Compression:

Stored size: 1.02 KB

Contents

<head>
  <meta charset="utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />

  {% if page.mathjax %} 
  <script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});</script>
  <script type="text/javascript" async src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>


  <!-- <script type="text/javascript" async src="/static/js/MathJax.js"></script> -->
  
  {% endif %}

  



  <title>
    {%- if page.title -%}
      {{ page.title }}
    {%- else -%}
      {{ site.title }}
    {%- endif -%}
  </title>
  {%- capture enc %}{{ content | encrypt_if_need:page}}{% endcapture -%}
  {%- if  enc == '' -%}
  {% endif %}

  {% if site.tags != "" %}
    {% include collecttags.html %}
  {% endif %}


  <link rel="shortcut icon" type="image/x-icon" href="{{ site.favicon | relative_url }}" />
  <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" />
</head>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
no-style-please2-0.7.2 _includes/head.html
no-style-please2-0.7.1 _includes/head.html
no-style-please2-0.7.0 _includes/head.html
no-style-please2-0.6.4 _includes/head.html
no-style-please2-0.6.3.2 _includes/head.html
no-style-please2-0.6.3.1 _includes/head.html
no-style-please2-0.6.3 _includes/head.html
no-style-please2-0.6.2.1 _includes/head.html
no-style-please2-0.6.2 _includes/head.html
no-style-please2-0.6.1 _includes/head.html
no-style-please2-0.6.0 _includes/head.html
no-style-please2-0.5.3 _includes/head.html
no-style-please2-0.5.2 _includes/head.html
no-style-please2-0.5.1 _includes/head.html
no-style-please2-0.5.0 _includes/head.html