completed transitioning from static HTML&CSS-only website to Ghost CMS.

next step is to readapt the style to be more "content-friendly".
This commit is contained in:
Lorenzo Dellacà
2020-08-12 15:03:22 +02:00
parent c64c2985ad
commit eb6304aab2
4 changed files with 99 additions and 104 deletions

View File

@@ -6,6 +6,13 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
<!-- Scripts Begin -->
<script src="{{asset "js/jquery-3.5.1.js"}}"></script>
<script src="{{asset "js/policy-popup.js"}}"></script>
<!-- Scripts End -->
{{#is "post, page"}}
<link rel="stylesheet" type="text/css" href="{{asset "css/page-style.css"}}" />
@@ -22,11 +29,6 @@
<link rel="stylesheet" type="text/css" href="{{asset "css/home-style.css"}}" />
{{/is}}
<!-- Scripts Begin -->
<script src="{{asset "js/jquery-3.5.1.js"}}"></script>
<script src="{{asset "js/policy-popup.js"}}"></script>
<!-- Scripts End -->
{{ghost_head}}
{{!-- Outputs important meta data and settings, should always be in <head> --}}