commit 4208f3737610bfec7a9bae3e144bd5faa11ccd53
parent c29365fcd29c4a37ce4d56b711e967dfe1da318c
Author: FIGBERT <figbert@figbert.com>
Date: Mon, 17 Aug 2020 12:10:03 -0700
:lipstick: Replace horizontal rules with extra padding
Diffstat:
3 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/content/_index.md b/content/_index.md
@@ -9,17 +9,11 @@ Computer Science and Engineering. I spend my time coding side-projects{{ emoji(n
}}, and playing the occasional videogame{{ emoji(name="joystick", alt="A game joystick") }}. My current goal is to become a full-stack developer, proficient
in everything from front-end design{{ emoji(name="paint", alt="A paint pallet") }} to cybersecurity{{ emoji(name="surveillance", alt="A surveillance camera") }}.
----
-
## Contact
You can contact me via email at: [figbert@figbert.com][email]{{ emoji(name="envelope", alt="An envelope") }}. Feel free to encrypt emails to this address with [this PGP
key][pgp]{{ emoji(name="key", alt="A key") }}. You can also find me on [Github][github]{{ emoji(name="github", alt="The Github logo") }}, [Twitter][twitter]{{ emoji(
name="twitter", alt="The Twitter logo") }}, [Mastodon][mastodon]{{ emoji(name="elephant", alt="An elephant like the Mastodon mascot") }}, [Reddit][reddit]{{ emoji(name="robot",
-alt="A robot like Snoo, the Reddit mascot") }}, and [Hacker News][hn]{{ emoji(name="scroll", alt="An orange scroll reminiscent of the Hacker News logo") }}. If for some reason
-you want to send me money{{ emoji(name="credit-card", alt="A credit card") }}, feel free to send it to my [Bitcoin][bitcoin], [Monero][monero], or [ZCash][zcash] addresses.
-
----
[email]: mailto:figbert@figbert.com
[pgp]: /publickey-pgp.asc
diff --git a/static/global.css b/static/global.css
@@ -97,7 +97,7 @@ h6::before {
.post-preview {
margin-top: 2rem;
- margin-bottom: 2rem;
+ margin-bottom: 4rem;
}
.post-preview > h3 {
diff --git a/templates/post-preview.html b/templates/post-preview.html
@@ -9,7 +9,6 @@
{{ post.content | safe | striptags | truncate(length=300) }}
{%- endif %}
</div>
- <hr/>
</div>
{% endmacro input %}