Sha256: cb2c50276fee5f25910184b7a96c6f4d00cfc40038551845099a757c56056ccd
Contents?: true
Size: 625 Bytes
Versions: 1
Compression:
Stored size: 625 Bytes
Contents
<!DOCTYPE html> <html lang="{{page.lang | default: site.lang | default: "en"}}"> <head> <meta charset="utf-8"> <meta name="viewport" content="width-device-width, intial-scale=1"> {% if page.indexing == false %} <meta name="robots" content="noindex"> {% endif %} <title>{{ site.title }}</title> <meta name="description" content="{{ site.description }}"> <link rel="stylesheet" href="{{ "/assets/styles.css" | relative_url }}"> {%- if jekyll.environment == 'production' and site.google_analytics -%} {%- include google-analytics.html -%} {%- endif -%} </head>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simply-cyan-0.1.0 | _includes/head.html |