diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss
index 2553d58..f57fdbc 100644
--- a/assets/scss/_content.scss
+++ b/assets/scss/_content.scss
@@ -316,4 +316,17 @@ div.content .meta-tag {
}
}
}
+
+ .footer {
+ > iframe {
+ border-radius: 1px;
+ }
+
+ .comment-attr {
+ margin-top: 25px;
+ opacity: 0.9;
+ font-size: 0.9em;
+ text-align: center;
+ }
+ }
}
diff --git a/assets/scss/_footer.scss b/assets/scss/_footer.scss
index 586593f..136afa5 100644
--- a/assets/scss/_footer.scss
+++ b/assets/scss/_footer.scss
@@ -4,13 +4,10 @@
font-size: 0.8em;
line-height: 2rem;
margin-bottom: 1rem;
- a {
- color: $link-color;
- }
}
-.cs-mode-container {
- margin: 0 0 0 0.3em;
+.footer-item {
+ margin: 0 0.3em;
}
.cs-mode-button {
@@ -26,6 +23,16 @@
}
}
+.footer-link {
+ font-family: $heading-font-family;
+ color: $fg-color;
+
+ &:hover {
+ color: $link-color;
+ text-decoration: underline;
+ }
+}
+
.cs-mode-state {
text-transform: capitalize;
font-weight: $heading-font-weight--bold;
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index f5dd890..93ec22c 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,14 +4,3 @@
{{ define "content" }}
{{ partial "page.html" . }}
{{ end }}
-
-{{ if .Site.Params.talkyardServerUrl }}
-
{{.}}
{{ end }} {{ if not .Site.Params.hideCopyright }} - {{ with .Site.Params.since }} - © {{ if lt . now.Year }}{{ . }} - {{ end }}{{ now.Year }} - {{ else }} - © {{ now.Year }} - {{ end }} - {{ if .Site.Params.Author }} {{ .Site.Params.Author }} {{ end }} + {{ end }} {{ if not .Site.Params.hideCredits }} {{ if not .Site.Params.hideCopyright }} · {{ end }} - {{ i18n "powered_by" }} Hugo & Coder. - {{ end }} - - [] - + + {{ end }} + + {{ if .Site.Params.talkyardServerUrl }} + + {{ end }} {{ if .Site.Params.commit }} {{ if or (not .Site.Params.hideCredits) (not .Site.Params.hideCopyright) }} · {{ end }} [{{ getenv "GIT_COMMIT_SHA_SHORT" }}] diff --git a/layouts/posts/single.html b/layouts/posts/single.html index a52bac9..e3e3331 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -35,8 +35,16 @@ @@ -44,16 +52,4 @@ {{ partial "posts/math.html" . }} - {{ if .Site.Params.talkyardServerUrl }} -Comments powered by - Talkyard.
-