Sha256: b65b83ac66a5b2219ffdb23a72d53a6ef3e1fe82e1fc95c356cae6db8392bad5
Contents?: true
Size: 750 Bytes
Versions: 1
Compression:
Stored size: 750 Bytes
Contents
{% assign title_separator = site.title_separator | default: '-' | replace: '|', '|' %} {% if paginator %} {% assign title = site.title %} {% else %} {% assign title = page.title | append: " " | append: title_separator | append: " " | append: site.title %} {% endif %} {% assign title = title | markdownify | strip_html | strip_newlines | escape_once %} <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> {% include head__seo.html %} <link rel="stylesheet" href="{{ '/assets/css/styles.css' | relative_url }}" /> <link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet"> </head>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-twail-1.0.0 | _includes/head.html |