mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Import the v3.css in the head
This commit is contained in:
parent
f9322e5938
commit
07e2f857b5
2 changed files with 1141 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!-- meta -->
|
||||
<meta charset={{ site.encoding }}>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta name="author" content="{{ site.author }}">
|
||||
<title>{% if page.type == "podcast" %}The Safing Podcast {{ page.title }}{% elsif page.type == "post" %}Safing Blog: {{ page.title }}{% elsif page.title == "Safing" %}{{ page.title }}{% else %}Safing {{ page.title }}{% endif %}</title>
|
||||
|
@ -28,6 +28,7 @@
|
|||
<link rel="stylesheet" href="{{ site.vendor_url }}semantic/semantic.min.css" type="text/css">
|
||||
<link rel="stylesheet" href="{{ site.vendor_url }}css/fonts-roboto.css" type="text/css">
|
||||
<link rel="stylesheet" href="{{ site.assets_url }}css/main.css" type="text/css">
|
||||
<link rel="stylesheet" href="{{ site.assets_url }}css/v3.css" type="text/css">
|
||||
|
||||
<script src="{{ site.vendor_url }}js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script src="{{ site.vendor_url }}semantic/semantic.min.js"></script>
|
||||
|
|
1139
assets/css/v3.css
Normal file
1139
assets/css/v3.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue