diff --git a/content/confirm-email/_index.md b/content/confirm-email/_index.md deleted file mode 100644 index ddc3475..0000000 --- a/content/confirm-email/_index.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "Confirm Your Email" -+++ - -Thank you for subscribing! - -Please check your email to confirm your subscription. diff --git a/templates/index.html b/templates/index.html index 5633108..534c9ff 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,62 @@ {% extends "butler/templates/index.html" %} {% import "lmacros.html" as macros %} + +{% block extra_css %} + + +{% endblock extra_css %} + {% block subscribe %}
Sign up for my newsletter to be the first to know about a new post diff --git a/templates/lmacros.html b/templates/lmacros.html index 099d31b..d4f5f2c 100644 --- a/templates/lmacros.html +++ b/templates/lmacros.html @@ -1,5 +1,24 @@ {% macro subscribe() %} - -
    +
    +
    +
    +
    + +
    + + +
    + +
    +
    +
    +
    +
    +
    +
    +
    + -{% endmacro subscribe %} +{% endmacro read_time %}