Updated the theme name in other places

This commit is contained in:
Sodbileg Gansukh
2023-09-15 17:47:56 +08:00
parent a112cdb10d
commit 97fda795b2
5 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
{{!-- Preload main styles and scripts for better performance --}}
<link rel="preload" as="style" href="{{asset "built/screen.css"}}">
<link rel="preload" as="script" href="{{asset "built/casper.js"}}">
<link rel="preload" as="script" href="{{asset "built/source.js"}}">
{{!-- Theme assets - use the {{asset}} helper to reference styles & scripts, this will take care of caching and cache-busting automatically --}}
<link rel="stylesheet" type="text/css" href="{{asset "built/screen.css"}}">
@@ -58,7 +58,7 @@
{{/is}}
{{!-- Scripts - handle responsive videos, infinite scroll, and navigation dropdowns --}}
<script src="{{asset "built/casper.js"}}"></script>
<script src="{{asset "built/source.js"}}"></script>
{{!-- Ghost outputs required functional scripts with this tag, it should always be the last thing before the closing body tag --}}
{{ghost_foot}}