Sha256: 4ea13975cab3d250104ba6a3af8cd105f9018d3ca2568f745faaeffe98562e4a
Contents?: true
Size: 1.58 KB
Versions: 3
Compression:
Stored size: 1.58 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title> {% if page.title %} {{ page.title }} | {{ site.title }} {% else %} {{ site.title }} | {{ site.subtitle }} {% endif %} </title> <!-- use page descriptions if it exist --> <meta name="description" content=" {% if page.description %} {{ page.description }} {% else %} {{ site.description }} {% endif %}" /> <meta name="keywords" content="{{ site.keywords }}" /> <meta name="author" content="{{ site.author.name }}" /> {% assign date = 'now' | date: "%Y" %} <meta name="copyright" content="Copyright {{ site.title | append: ' Ltd. ' | append: date }}" /> <meta name="robots" content="follow" /> <link rel="canonical" href="{{ page.url | absolute_url }}" /> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link rel="shortcut icon" type="image/x-icon" href="{{ site.fallback_path | append: site.favicon | relative_url }}"> {% include head/descriptors/structured-data.html %} {% include /head/descriptors/twitter-meta.html %} {% include /head/descriptors/og-meta.html %} {% include /head/stylesheets.html %} {% if jekyll.environment == "production" %} {% include google-analytics.html %} {% endif %} </head> <body class="preload" onload="animate_after_load()">
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slow-steps-0.3.2 | _includes/head/head.html |
slow-steps-0.3.1 | _includes/head/head.html |
slow-steps-0.3.0 | _includes/head/head.html |