diff --git a/_layouts/page.html b/_layouts/page.html index 90ccbe7..2e5608a 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -10,3 +10,6 @@ layout: default +{% if page.url == '/about/' %} + +{% endif %} \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 4e31860..763f715 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -75,6 +75,7 @@ layout: default Published the

+ {% if page.download_form_id %}{% endif %}
Share this release:
diff --git a/_posts/2019-02-07-darkweb.md b/_posts/2019-02-07-darkweb.md index a993e78..7e97ed6 100644 --- a/_posts/2019-02-07-darkweb.md +++ b/_posts/2019-02-07-darkweb.md @@ -15,6 +15,7 @@ link: buttontext: check_this_if_cannot_be_bought: false album: darkweb +download_form_id: 6 stores: - name: Bandcamp url: 'https://shop.basspistol.com/album/darkweb' diff --git a/_sass/_elements.scss b/_sass/_elements.scss index 91fafc3..309d4d3 100644 --- a/_sass/_elements.scss +++ b/_sass/_elements.scss @@ -39,6 +39,7 @@ a:hover { // Buttons .button { + font-family: _font(title); background-color: var(--accent2); padding: 1em; margin-bottom: 20px; diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 6ac51c3..b1d9cee 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -113,6 +113,8 @@ body { max-width: var(--max-width); margin: auto; .description { + display: flex; + flex-wrap: wrap; border-radius: var(--border-radius); background: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--bg-alt); @@ -140,6 +142,12 @@ body { font-size: 65px; } } + .mauticform_wrapper { + width: 200px; + .button { + border: 0; + } + } } h1, h2 { font-size: 2em; @@ -443,4 +451,20 @@ footer { } } } +} +.bio { + flex-wrap: wrap; + .mauticform_wrapper, .mauticform-input { + width: calc(100% - 80px); + max-width: 480px; + margin: 40px auto; + .button { + border: 0; + } + } +} +.mautic-focus { + font-family: 'Lucida Console', Monaco, monospace; + color: #3c2a52; + background-color: #3c2a52; } \ No newline at end of file diff --git a/index.html b/index.html index ba4f36b..9efc95b 100644 --- a/index.html +++ b/index.html @@ -72,14 +72,18 @@ video_path: {% endfor %}
  • 🔥
  • -

    {{ site.title }}

    -

    {{ page.description }}

    - + + + +
    +
    +

    {{ site.title }}

    +

    {{ page.description }}

    Releases

    {% assign sorted = site.posts | sort: 'date' | reverse %} @@ -112,6 +116,7 @@ video_path: {% endfor %} {% endfor %}
    +