Sha256: c97cdc1866769348d77ce5504f52b0a433ebf502ac7a9c37e088fbbae1e616e3
Contents?: true
Size: 1.07 KB
Versions: 29
Compression:
Stored size: 1.07 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> {%- 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 }}" /> {%- if site.theme_config.combine_css_html -%} <style> {%- include main.css -%} </style> {%- else -%} <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}" /> {%- endif -%} </head>
Version data entries
29 entries across 29 versions & 1 rubygems