Sha256: b7241e09d2996be71b4f6c41a69edb18583f399a590d60daa7262b6e55cba56d
Contents?: true
Size: 1.48 KB
Versions: 29
Compression:
Stored size: 1.48 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: '"', '"' }}"> {%- if site.canonical_baseurl %} <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 %}"> {%- 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
29 entries across 29 versions & 1 rubygems