generated from open-sdg/open-sdg-site-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
152147d
commit 5fab618
Showing
10 changed files
with
8,691 additions
and
9,859 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,24 +15,6 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<!-- Title and meta description | ||
================================================== --> | ||
|
||
<link rel="stylesheet" | ||
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" | ||
type="text/css"> | ||
<link rel="stylesheet" href="https://use.typekit.net/ewh2tqd.css"> | ||
|
||
<style> | ||
@font-face { | ||
font-family: "hagstofa7"; | ||
src:url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.eot"); | ||
src:url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.eot%3F%23iefix") format("embedded-opentype"), | ||
url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.woff") format("woff"), | ||
url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.ttf") format("truetype"), | ||
url("//hagstofas3bucket.hagstofa.is/haxdev/static/fonts/hagstofa7.svg%23hagstofa7") format("svg"); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
</style> | ||
|
||
{% include title-tag.html %} | ||
|
||
|
@@ -47,9 +29,6 @@ | |
{% include components/favicons.html %} | ||
|
||
{% assign cache_bust = site.time | date: "%Y%m%d%H%M%S" %} | ||
<link rel="stylesheet" | ||
href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" | ||
type="text/css"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> | ||
<link res="stylesheet" href="https://cdn.datatables.net/1.11.5/css/dataTables.bootstrap5.min.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
|
@@ -58,6 +37,7 @@ | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" | ||
integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA==" | ||
crossorigin=""/> | ||
<link rel="stylesheet" href="https://use.typekit.net/ewh2tqd.css"> | ||
<link rel="stylesheet" href="https://cdn.rawgit.com/socib/Leaflet.TimeDimension/master/dist/leaflet.timedimension.control.min.css" crossorigin=""/> | ||
<link rel="stylesheet" href='https://api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/leaflet.fullscreen.css' crossorigin=""/> | ||
<link rel="stylesheet" href="https://bowercdn.net/c/leaflet.zoomhome-latest/dist/leaflet.zoomhome.css" crossorigin=""/> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.