Initial commit
This commit is contained in:
38
_includes/head/head.html
Normal file
38
_includes/head/head.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>{{ page.title | escape }} | {{ site.title | escape }}</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}">
|
||||
<!--
|
||||
|
||||
_____ ____ __ _ ___ _ __ __
|
||||
/ ___/__ / / /__ ____/ /_(_)__ ___ / _ )__ __(_) /__/ /__ ____
|
||||
/ /__/ _ \/ / / -_) __/ __/ / _ \/ _ \/ _ / // / / / _ / -_) __/
|
||||
\___/\___/_/_/\__/\__/\__/_/\___/_//_/____/\_,_/_/_/\_,_/\__/_/
|
||||
|
||||
built with CollectionBuilder-CSV
|
||||
https://github.com/CollectionBuilder/collectionbuilder-csv
|
||||
-->
|
||||
<meta name="generator" content="collectionbuilder-csv" />
|
||||
<meta http-equiv="Content-Language" content="en-us" >
|
||||
|
||||
<!-- load style sheets -->
|
||||
{% if site.data.theme.font-cdn %}{{ site.data.theme.font-cdn }}{%- endif -%}
|
||||
<link rel="stylesheet" href="{% if site.data.theme.bootswatch %}https://cdn.jsdelivr.net/npm/bootswatch@5.3.8/dist/{{ site.data.theme.bootswatch }}/bootstrap.min.css{% else %}{{ site.lib-assets | default: '/assets/lib' | relative_url }}/bootstrap.min.css{% endif %}" type="text/css">
|
||||
{% if page.layout == 'data' %}<link rel="stylesheet" type="text/css" href="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/datatables/datatables.min.css">{%- endif -%}
|
||||
{% if page.layout == 'map' %}<link rel="stylesheet" href="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/leaflet/leaflet.css">
|
||||
<link rel="stylesheet" href="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/leaflet/leaflet.fullscreen.css">
|
||||
{% if site.data.theme.map-search == true %}<link rel="stylesheet" href="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/leaflet/leaflet.fusesearch.css">{%- endif -%}
|
||||
{% if site.data.theme.map-cluster == true %}<link rel="stylesheet" href="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/leaflet/MarkerCluster.css">
|
||||
<link rel="stylesheet" href="{{ site.lib-assets | default: '/assets/lib' | relative_url }}/leaflet/MarkerCluster.Default.css">{% endif %}{%- endif -%}
|
||||
<!-- load custom css last to allow overrides -->
|
||||
<link rel="stylesheet" href="{{ '/assets/css/cb.css' | relative_url }}" type="text/css">
|
||||
|
||||
{% comment %}
|
||||
Meta tags and analytics are added during production build ONLY
|
||||
{%- endcomment -%}
|
||||
{% if jekyll.environment == "production" %}
|
||||
{% if layout.item-meta %}{% include head/item-meta.html %}{% else %}{% include head/page-meta.html %}{% endif %}
|
||||
{% include head/analytics.html %}
|
||||
{%- endif -%}
|
||||
{% if site.noindex == true or page.noindex == true or layout.noindex == true %}<meta name="robots" content="noindex" />{% endif %}
|
||||
<!-- Last build date: {{ site.time | date: "%Y-%m-%d" }} -->
|
||||
Reference in New Issue
Block a user