diff --git a/blog.html b/blog.html index f54cf4e..bda9a2f 100644 --- a/blog.html +++ b/blog.html @@ -35,7 +35,7 @@ Home

Blog

-

Introduction

+

Introduction

Sat 08 Feb 2020 09:30:06 AM CET

Hello, welcome to my blog! My name is Hugo. I am a 22 year old Software Engineering student from the Netherlands. Software development is a huge part of my life, I write a lot of (weird) programs to scratch my own itch and most diff --git a/feed.xml b/feed.xml index d1609c0..606b1cd 100644 --- a/feed.xml +++ b/feed.xml @@ -5,8 +5,8 @@ https://hugot.nl/blog.html Hugo's personal blog en-us - Sat 08 Feb 2020 10:07:44 AM CET - Sat 08 Feb 2020 10:07:44 AM CET + Sat 08 Feb 2020 10:11:40 AM CET + Sat 08 Feb 2020 10:11:40 AM CET http://blogs.law.harvard.edu/tech/rss Hugo's Custom Bash Script social@hugot.nl diff --git a/generate-blog.bash b/generate-blog.bash index a3e983f..f0ce6d8 100755 --- a/generate-blog.bash +++ b/generate-blog.bash @@ -160,7 +160,7 @@ while read -r post_html; do el div el 'a href="%s"' "$href" - printf '

%s

' "$title" + printf '

%s

' "$title" el-close a printf '%s' "$pubdate"