diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss
index e0a2016..0216241 100644
--- a/themes/v2/assets/css/style.scss
+++ b/themes/v2/assets/css/style.scss
@@ -234,19 +234,6 @@ audio::-webkit-media-controls-panel {
display: none;
}
- a:not(:has(img), [href^="#"], [href="/"]) {
- border-bottom: 1.5px solid #00a;
- text-decoration: none;
-
- &::after {
- border-bottom: 1.5px solid white;
- color: #eee;
- content: " [" attr(href) "]";
- font-weight: normal;
- word-break: break-all;
- }
- }
-
h2,
h3,
hr {
diff --git a/themes/v2/layouts/archive/single.html b/themes/v2/layouts/archive/single.html
index c5d3b63..e5ccf6c 100644
--- a/themes/v2/layouts/archive/single.html
+++ b/themes/v2/layouts/archive/single.html
@@ -1,20 +1,26 @@
{{ define "main" }}
- {{ $sd := .Params.start_date }}
- {{ $ed := .Params.end_date }}
+ {{ $start_date := .Params.start_date }}
+ {{ $end_date := .Params.end_date }}
-
{{ .Title }}
@@ -24,7 +30,31 @@
Posted {{ .Date | time.Format "2006-01-02" }}
- {{ replaceRE `` "$3" .Content | safeHTML }}
+ {{ replaceRE `` "$3 ($1)" .Content | safeHTML }}
{{ .Title }}
+ +