diff --git a/src/content/nebraska-man.md b/src/content/nebraska-man.md index c342fa6..fa85bbe 100644 --- a/src/content/nebraska-man.md +++ b/src/content/nebraska-man.md @@ -1,5 +1,5 @@ --- -title: "Nebraksa Man" +title: "Nebraska Man" Description: "tea.nebraska-man" layout: "nebraska-man" menu: main diff --git a/src/layouts/page/nebraska-man.html b/src/layouts/page/nebraska-man.html index 9e75ad8..41e7764 100644 --- a/src/layouts/page/nebraska-man.html +++ b/src/layouts/page/nebraska-man.html @@ -101,12 +101,11 @@ -
+ {{- partial "full-width-cta.html" -}} diff --git a/src/static/css/animations.css b/src/static/css/animations.css index eb69ed1..8d0442d 100644 --- a/src/static/css/animations.css +++ b/src/static/css/animations.css @@ -50,7 +50,7 @@ /* Text Flicker Animation */ - +/* h1{ animation: text-flicker 1.5s linear; transition: 0.2s ease-out; diff --git a/src/static/css/text-flicker.css b/src/static/css/text-flicker.css index c57c3d2..e009d2e 100644 --- a/src/static/css/text-flicker.css +++ b/src/static/css/text-flicker.css @@ -1,5 +1,5 @@ -h1{ +/*h1{ animation: text-flicker 3s linear; transition: 0.2s ease-out; }