diff --git a/main/_includes/blog.html b/main/_includes/blog.html index e44de90..68b8765 100644 --- a/main/_includes/blog.html +++ b/main/_includes/blog.html @@ -9,7 +9,7 @@

This is my blog, where I post about gaming, programming and life. The featured posts are the ones you'll probably be most interested in, but you can select a different category to see every post.

-

๐Ÿ“ฐ You can also subscribe to this blog through the Atom Feed.

+

๐Ÿ“ซ You can also subscribe to this blog through the mailing list or the Atom Feed.

{% include tagbtn.html tag="All" %} {%- assign sorted = site.tags | sort -%} @@ -36,4 +36,4 @@
- \ No newline at end of file + diff --git a/main/_includes/nav/blognav.html b/main/_includes/nav/blognav.html index 30c4ed4..ce443a2 100644 --- a/main/_includes/nav/blognav.html +++ b/main/_includes/nav/blognav.html @@ -23,4 +23,3 @@ {% if next %} โญ๏ธ Next in {{ tag }} {% endif %} -๐Ÿ“ฐ Atom Feed \ No newline at end of file diff --git a/main/_layouts/blog.html b/main/_layouts/blog.html index 3bd44e2..290647f 100644 --- a/main/_layouts/blog.html +++ b/main/_layouts/blog.html @@ -37,4 +37,26 @@ nav: nav/blognav.html ๐Ÿงต Discuss this post {% endif %} - \ No newline at end of file + + +
+

๐Ÿ“ซ Subscribe

+

If you liked this blog post, you can subscribe to the mailing list to be notified of new posts and occasional special content. I promise not to send too many emails, but you can always unsubscribe easily, too.

+ +
+
+ +

+

+ +

+ + +

+ +

+
+
+ +

๐Ÿ“ฐ Alternatively, you can also subscribe to this blog through the Atom Feed.

+
diff --git a/main/style/style.css b/main/style/style.css index a4da6eb..aec8195 100644 --- a/main/style/style.css +++ b/main/style/style.css @@ -34,6 +34,14 @@ sup { background-color: white; } +.alert { + width: 85%; + display: block; + margin-top: 40px; + margin-left: auto; + margin-right: auto; +} + .project { margin-top: 50px; } @@ -179,10 +187,6 @@ sup { margin-bottom: 10px; } -.alert { - margin-top: 1rem; -} - #discord-widget { display: block; margin: auto; @@ -238,7 +242,6 @@ pre.highlight { margin-top: 20px; } - @media(max-width: 1199px) { .blog-title { margin-top: 15px; @@ -255,7 +258,8 @@ pre.highlight { } .list-display, - .jumbotron { + .jumbotron, + .alert { width: auto; padding-left: 20px; padding-right: 20px; @@ -293,4 +297,4 @@ pre.highlight { right: 10px; top: 5px; } -} \ No newline at end of file +}