Sha256: 702146229600e9588be18d2afaf90d269bb54426fc731acd247d7097615e74ad
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <title>{{ site.title }}{% if page.title %} | {{ page.title }}{% endif %}</title> <meta data-build_revision="{{ site.github.build_revision }}"> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- CSS --> <!-- Datepicker --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/datepicker/0.6.4/datepicker.css" integrity="sha256-zozDkxLZ4hXQxKEFI8DTVkwNRd0J2KW0LxrN+/2RJVQ=" crossorigin="anonymous" /> {% if page.google_webfont %}<link href="https://fonts.googleapis.com/css?family={{ page.google_webfont }}" rel="stylesheet">{% endif %} {% if page.font_face %}<link rel="stylesheet" href="{{ '/assets/fonts/' | append: page.font_face | absolute_url }}">{% endif %} <link rel="stylesheet" href="{{ "/assets/css/" | append: theme | append: ".css" | absolute_url }}" id="main-css"> <!-- Javascripts CDN --> {% for script in site.scripts %} <script src="{{ script.url }}"></script> {% endfor %} <!-- any-theme.js is deferred --> <script src="{{ "/assets/js/any-theme.js" | absolute_url }}" defer></script> </head> <body>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-any-theme-0.1.2 | _includes/page/head.html |