diff --git a/content/posts/pt_1.md b/content/posts/pt_1.md
index 9a2adef..b8f662f 100644
--- a/content/posts/pt_1.md
+++ b/content/posts/pt_1.md
@@ -3,6 +3,7 @@ title: "Overview Of Private Trackers"
date: 2019-05-12T21:52:00-04:00
draft: false
tags: ["torrents"]
+author: "simon987"
---
# Private BitTorrent trackers
diff --git a/content/posts/scrape_1.md b/content/posts/scrape_1.md
index 9ea22f5..4218d38 100644
--- a/content/posts/scrape_1.md
+++ b/content/posts/scrape_1.md
@@ -3,6 +3,7 @@ title: "Web Scraping 101: E-Reader app"
date: 2019-05-13T10:46:34-04:00
tags: ["scraping"]
draft: false
+author: "simon987"
---
Let's say you bought a textbook and it comes with
diff --git a/content/posts/ytdl_1.md b/content/posts/ytdl_1.md
index c64f5b3..f660631 100644
--- a/content/posts/ytdl_1.md
+++ b/content/posts/ytdl_1.md
@@ -3,6 +3,7 @@ title: "Automating Youtube Archival"
date: 2019-05-11
draft: false
tags: ["youtube-dl", "automation"]
+author: "simon987"
---
Google has been known to terminate entire Youtube channels without
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 57d6b21..2be62f0 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -32,6 +32,9 @@
{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
index 6dc7fc2..90f9af6 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,6 +19,9 @@
{{ $page.Title }}
{{ end }}
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
index 01c7e2f..765218b 100644
--- a/layouts/partials/css/custom.css
+++ b/layouts/partials/css/custom.css
@@ -61,7 +61,6 @@ pre code {
}
.site-title {
- text-transform: none;
font-weight: normal;
font-family: "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@@ -235,7 +234,6 @@ pre code {
font-weight: bold;
font-size: 39px;
line-height: 40px;
- margin-top: 8px;
margin-bottom: 0;
}
@@ -318,3 +316,12 @@ hr {
figure {
text-align: center;
}
+
+.post-author {
+ display: block;
+ font-family: verdana, arial, helvetica, sans-serif;
+ color: #757575;
+ margin-top: -0.1em;
+ margin-left: 2em;
+ margin-bottom: 1em;
+}