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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-04-29 04:11:06 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-04-29 04:11:06 +0300
commit4dab845ade0a432b48f6327b7274784d9eb8d90c (patch)
tree8aad9e0510173d38054a3a06bcbf12ddde6fb322 /layouts
parent9d11ecae19612443f0bcdf27350f345859930ea3 (diff)
Fixed issues
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html8
-rw-r--r--layouts/partials/head.html4
2 files changed, 6 insertions, 6 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 0567a59..b43bca4 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,13 +1,13 @@
{{ define "main" }}
<div class="content blog">
- <h1 class="title is-3">{{ .Title | title }}</h1>
+ <h1 class="title">{{ .Title | title }}</h1>
<div id="infobar" class="level is-mobile">
<div class="level-left">
{{ if or .Params.showDate .Site.Params.showDate }}
<div class="level-item">
- <p class="subtitle info">
+ <p class="subtitle info date">
{{- .Date.Format "Jan 2, 2006" }}
</p>
</div>
@@ -43,8 +43,8 @@
</div>
</div>
-{{- partial "social-media-share.html" -}}
+{{- partial "social-media-share.html" . -}}
<br>
-{{ partial "disqus.html" . }}
+{{ partial "disqus.html" }}
{{ end }} \ No newline at end of file
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index f3e6a8a..84a5bde 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -18,8 +18,8 @@
<link rel="icon" type="image/png" href="{{ .Site.BaseURL }}image/favicon.ico">
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.2/css/bulma.min.css">
+<link rel="stylesheet" href="{{ "/css/font-awesome.min.css" | relURL }}">
+<link rel="stylesheet" href="{{ "/css/bulma.min.css" | relURL }}">
{{ template "_internal/opengraph.html" . }}
{{ template "_internal/twitter_cards.html" . }}