From bb716fcad57c43fd0bbf4111eabceadf3127375a Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 23 Oct 2019 12:27:49 -0400 Subject: [PATCH] Add RSS link to page template --- src/images/rss.svg | 1 + src/stylesheet.css.pp | 9 +++++++++ src/template.html.p | 6 ++++++ 3 files changed, 16 insertions(+) create mode 100644 src/images/rss.svg diff --git a/src/images/rss.svg b/src/images/rss.svg new file mode 100644 index 0000000..c9a1368 --- /dev/null +++ b/src/images/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/stylesheet.css.pp b/src/stylesheet.css.pp index 71cc52c..f199ba9 100644 --- a/src/stylesheet.css.pp +++ b/src/stylesheet.css.pp @@ -108,16 +108,25 @@ ul.navigation { list-style: none; margin: 0; padding: 0; + display: flex; + flex-direction: row; + align-items: center; } ul.navigation > li { display: inline; margin-left: 2em; + margin-top: 0; font-family: ◊|small-caps-font-stack|; font-size: 25px; letter-spacing: 0.05rem; } +ul.navigation > li.rss { + margin-left: auto; + margin-right: 2em; +} + ul.navigation > li > a { color: ◊|body-color|; } diff --git a/src/template.html.p b/src/template.html.p index 44d355b..4309caf 100644 --- a/src/template.html.p +++ b/src/template.html.p @@ -8,6 +8,7 @@ ◊|the-title| + @@ -22,6 +23,11 @@
  • home
  • blog
  • +
  • + + + +