Webinar URL change: 2020 -> 2021
Thanks to Navneeth for pointing out this typo!
This commit is contained in:
parent
0652af2c04
commit
8a32879ade
2 changed files with 6 additions and 1 deletions
|
@ -38,3 +38,8 @@
|
||||||
from = "/rss"
|
from = "/rss"
|
||||||
to = "/feed.xml"
|
to = "/feed.xml"
|
||||||
status = 301
|
status = 301
|
||||||
|
|
||||||
|
[[redirects]]
|
||||||
|
from = "/webinar-jan-2020"
|
||||||
|
to = "/webinar-jan-2021"
|
||||||
|
STATUS = 301
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<!-- Temporary webinar banner -->
|
<!-- Temporary webinar banner -->
|
||||||
<transition name="fade">
|
<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">
|
<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>
|
<button style="border: 1px solid white; border-radius: 1em; background: #0000;" @click="bannerShow = false">x</button>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
Loading…
Reference in a new issue