+ Some context, from {{ sub $date.Year .Page.Date.Year }} years later:
+ {{ .Inner }}
+
\ No newline at end of file
diff --git a/themes/hello-friend-ng/assets/scss/_main.scss b/themes/hello-friend-ng/assets/scss/_main.scss
index 62b4e7a3..59a3641b 100644
--- a/themes/hello-friend-ng/assets/scss/_main.scss
+++ b/themes/hello-friend-ng/assets/scss/_main.scss
@@ -123,6 +123,19 @@ a {
color: inherit;
}
+a[href^="https://web.archive.org/"] {
+ &::after {
+ position: absolute;
+ content: "🏛️";
+ margin-left: 0.25em;
+ vertical-align: super;
+ font-size: x-small;
+ text-decoration: none;
+ }
+
+ margin-right: 1em;
+}
+
.always-accented, .always a {
color: var(--accent);
text-decoration: none;
@@ -387,7 +400,7 @@ pre {
}
blockquote {
- border-left: 3px solid #3eb0ef;
+ border-left: 3px solid var(--accent);
margin: 40px;
padding: 10px 20px;
@@ -592,4 +605,26 @@ a[href^="#fn:"] {
text-align: center;
margin-top: 60px;
}
+}
+
+.import-note {
+ font-style: italic;
+
+ border-left: 3px solid var(--accent);
+ opacity: 0.6;
+ margin: 20px;
+ padding: 10px 20px;
+
+ @media #{$media-size-phone} {
+ margin: 10px;
+ padding: 10px;
+ }
+
+ p:first-of-type {
+ margin-top: 0;
+ }
+
+ p:last-of-type {
+ margin-bottom: 0;
+ }
}
\ No newline at end of file