Webinar URL change: 2020 -> 2021

Thanks to Navneeth for pointing out this typo!
This commit is contained in:
Badri Sunderarajan 2021-01-10 13:12:42 +05:30
parent 0652af2c04
commit 8a32879ade
2 changed files with 6 additions and 1 deletions

View File

@ -38,3 +38,8 @@
from = "/rss"
to = "/feed.xml"
status = 301
[[redirects]]
from = "/webinar-jan-2020"
to = "/webinar-jan-2021"
STATUS = 301

View File

@ -4,7 +4,7 @@
<!-- Temporary webinar banner -->
<transition name="fade">
<div style="background-color: #F8CD44; padding: 1em; color: black; display: flex; position: fixed; top: 0; left: 0; right: 0; z-index: 500" v-show="bannerShow">
<span style="margin-left: auto; margin-right: auto"><strong>Snipette a tete:</strong> we're running our very first webinar! <a :href="/webinar-jan-2020/" style="color: black; text-decoration: underline;">Learn more</a>.</span>
<span style="margin-left: auto; margin-right: auto"><strong>Snipette a tete:</strong> we're running our very first webinar! <a :href="/webinar-jan-2021/" style="color: black; text-decoration: underline;">Learn more</a>.</span>
<button style="border: 1px solid white; border-radius: 1em; background: #0000;" @click="bannerShow = false">x</button>
</div>
</transition>