Sha256: 1d2093aeb7a3fc9cc1eaf36fda01ab90c9cabd73ed260a2135c301973164f34d
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
<!DOCTYPE html> <html class="no-js" lang="en"> <head> <!-- Meta --> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>{{page.title}} - {{site.title}}</title> <meta name="description" content="{{ page.description | replace: '"', '"' }}"> <link rel="canonical" href="{% if site.canonical_baseurl == 'https://www.kcc.edu' and page.url == '/' %}{{ site.canonical_baseurl }}{% else %}{{ site.canonical_baseurl }}{{ page.url }}{% endif %}"> <!-- Required Bootstrap 4 viewport meta-tag --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> {% include preconnect.html %} <!-- ============================== KCC GEM THEME A Jekyll gem-based theme for Kankakee Community College's websites Theme & theme's build-process coded and developed by Wesley Zajicek for © KCC 2019-{{ 'now' | date: '%Y' }} Author: Wesley Zajicek | https://github.com/wdzajicek --> {% if site.humans_file == true %} <!-- The human's, the human's!! --> <link rel="author" type="text/plain" href="/humans.txt" /> {%- endif -%} {%- if jekyll.environment == 'publish' -%} <link rel="manifest" href="/site.webmanifest"> {%- endif -%} <link rel="apple-touch-icon" href="/icon.png"> <meta name="theme-color" content="#b8babc"> <!-- Standard Favicon --> <link rel="icon" type="image/x-icon" href="/favicon.ico"/>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kcc-gem-theme-2.37.0 | _includes/document-head.html |