pidgin/nest

Parents 0280bd7d6447
Children 433c53561815
Update notification banner to reference launch post and add permalinks
--- a/hugo/config.toml Tue Jan 14 02:59:32 2020 +0000
+++ b/hugo/config.toml Tue Jan 14 03:11:56 2020 +0000
@@ -12,12 +12,15 @@
# These manage the notification banner. When finished, please comment them out
# The code is used in the cookie to prevent showing the alert once closed
-notificationMessage = "We've launched the new site. Think we're missing something? <a href=\"https://old.pidgin.im\">Go to the old site</a>"
+notificationMessage = "We've launched the new site. Think we're missing something?<br /><a href=\"/posts/2020-01-nest-launch/\">Read the blog post</a> or <a href=\"https://old.pidgin.im\">Go to the old site</a>"
notificationCode = "nest-launch"
[outputs]
home = [ "HTML", "RSS", "JSON"]
+[permalinks]
+ post = "posts/:year-:month-:title/"
+
[languages]
[languages.en]
languageName = "English (US)"