diff --git a/_includes/newsletter-subscribe.html b/_includes/newsletter-subscribe.html index 773a011..2cc6903 100644 --- a/_includes/newsletter-subscribe.html +++ b/_includes/newsletter-subscribe.html @@ -1,32 +1,14 @@ -
-
+ + method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" + novalidate>

- Stay up to date

@@ -34,32 +16,22 @@

Get notified when I publish something new, and unsubscribe at any time.

- + class="min-w-0 flex-auto appearance-none rounded-md border border-zinc-900/10 bg-white px-3 py-[calc(theme(spacing.2)-1px)] shadow-md shadow-zinc-800/5 placeholder:text-zinc-400 focus:border-teal-500 focus:outline-none focus:ring-4 focus:ring-teal-500/10 dark:border-zinc-700 dark:bg-zinc-700/[0.15] dark:text-zinc-200 dark:placeholder:text-zinc-500 dark:focus:border-teal-400 dark:focus:ring-teal-400/10 sm:text-sm" />
- +
-
+ {% if show_social %} +
+ {% include icon-twitter.html %} {% include icon-github.html %} +
+ {% endif %} -

+ \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 9bec70d..c124922 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,7 +18,8 @@ {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} - + @@ -29,28 +30,29 @@ {% include icons-svgs.html %} - -
-
-

Web Development and the Cloud

-
blog
- -
- - {{ content }} - - -
+ +
+

Web Development and the Cloud

+
blog
+ +
+ + {{ content }} + + \ No newline at end of file diff --git a/_layouts/home.html b/_layouts/home.html index 8a42cbd..9f011ca 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -2,20 +2,20 @@ layout: default --- -
+
{{ site.description }}
-
+
{% include icon-twitter.html %} {% include icon-github.html %}
-

+

My Articles and Tutorials

    @@ -33,4 +33,4 @@