From 8c9b2425620020776d4237aa4b4e55e0567e86ac Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 29 Jan 2020 20:51:52 +1100 Subject: [PATCH] Add banner to v1 pointing at v2 --- v1/config.yaml | 2 +- v1/content/screen.sass | 7 +++++++ v1/layouts/_head.html | 2 +- v1/layouts/_header.html | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/v1/config.yaml b/v1/config.yaml index 00cdac1..3b5afe2 100644 --- a/v1/config.yaml +++ b/v1/config.yaml @@ -49,5 +49,5 @@ deploy: kind: rsync dst: "hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net" #options: [ '-rlpgoDvz', '--delete', '--exclude=".svn"' ] - options: [ '-avz', '--delete' ] + options: [ '-avz' ] diff --git a/v1/content/screen.sass b/v1/content/screen.sass index eeccf18..cf042fd 100644 --- a/v1/content/screen.sass +++ b/v1/content/screen.sass @@ -224,6 +224,13 @@ footer background-color: $link-color color: white +.archive-banner + padding: 0.5em 0.5em + background-color: #fffff1 + font-weight: 400 + border-bottom: 1px solid #eae4b9 + font-size: smaller + .home h1 > a:first-child -webkit-transition: border-bottom-color 500ms ease-out diff --git a/v1/layouts/_head.html b/v1/layouts/_head.html index 498b9c2..89bc935 100644 --- a/v1/layouts/_head.html +++ b/v1/layouts/_head.html @@ -8,7 +8,7 @@ - + diff --git a/v1/layouts/_header.html b/v1/layouts/_header.html index 1e7166f..6fdf07c 100644 --- a/v1/layouts/_header.html +++ b/v1/layouts/_header.html @@ -9,3 +9,4 @@ +
This is an old version of my website with posts from 2003–2019. For newer posts visit the new version.