Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2019-08-18 20:36:52 +0300
committerDillon <dillonzq@outlook.com>2019-08-18 20:36:52 +0300
commitee7c7549b5f0ccf4392b4c1637a280855e725091 (patch)
tree86b408409baea67b732be40c37fc23c4684860be /layouts/_default/baseof.html
parent6981f1e28534cbec26405f65d4e7c900c1be54ed (diff)
feat: new index and style update
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index bdc7387..bdbdc61 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -5,9 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
{{ partial "head.html" . }}
- {{ $style := resources.Get "css/style.scss" | resources.ToCSS | resources.Minify}}
- <link rel="stylesheet" href="{{ $style.RelPermalink }}">
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/css/all.min.css" integrity="sha256-fdcFNFiBMrNfWL6OcAGQz6jDgNTRxnrLEd4vJYFWScE=" crossorigin="anonymous">
</head>
<body class="">
<div class="wrapper">
@@ -18,7 +15,7 @@
</div>
</main>
{{ partial "footer.html" . }}
+ {{ partial "scripts.html" . }}
</div>
- {{ partial "js.html" . }}
</body>
-</html>
+</html> \ No newline at end of file