Sha256: 682ed85533fcad049858b571444c09f1a8215217fc4231aaa5dcc1a656e63faf
Contents?: true
Size: 653 Bytes
Versions: 1
Compression:
Stored size: 653 Bytes
Contents
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> {% if page.title %} <title>{{ page.title }} - {{ site.title }}</title> {% else %} <title>{{ site.title }}</title> {% endif %} {% if site.description %} <meta name="description" content="{{ site.description }}"> {% endif %} <!-- style --> <link rel="stylesheet" href="https://unpkg.com/@primer/css@^20.2.4/dist/primer.css" /> <link rel="stylesheet" href="{{ '/assets/css/jekyll-pygments-themes/native.css' | relative_url }}" /> <link rel="stylesheet" href="{{ '/assets/css/highlight.css' | relative_url }}" /> </head>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-github-like-0.1.6 | _includes/head.html |