diff --git a/pelicanconf.py b/pelicanconf.py index f2006ba..3b9b95a 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -16,7 +16,7 @@ MENUITEMS = [ ('Categories', f'{SITEBASE}/categories.html'), ] LINKS = ( - ('All My Accounts', 'https://tyrel.dev/links'), + ('Find Me', 'https://tyrel.dev/links'), ('Book Me', 'https://cal.com/tyrelsouza'), ) diff --git a/themes/waterspill-en/static/css/style.css b/themes/waterspill-en/static/css/style.css index 6fd1871..5bd7794 100644 --- a/themes/waterspill-en/static/css/style.css +++ b/themes/waterspill-en/static/css/style.css @@ -213,3 +213,13 @@ ol { font-size: 1px; line-height: 0px; } + +div.figure img { + max-width: 100%; +} + + +#site-notes { + margin-top: 3rem; + +} diff --git a/themes/waterspill-en/templates/archives.html b/themes/waterspill-en/templates/archives.html index c485aeb..c460e01 100644 --- a/themes/waterspill-en/templates/archives.html +++ b/themes/waterspill-en/templates/archives.html @@ -4,13 +4,12 @@