aboutsummaryrefslogtreecommitdiffstats
path: root/Peli-Kiera
diff options
context:
space:
mode:
authoraleylara <ingirtere@gmail.com>2021-02-25 22:47:56 +1100
committeraleylara <ingirtere@gmail.com>2021-02-25 22:47:56 +1100
commitb1f741b46c070f431c860425fa24b9ba058ef566 (patch)
tree5c0b21f14445adcc1a64fe7070fef4d291c9f218 /Peli-Kiera
parent7e039d6d647c23b8532f20aea92992b8e9338750 (diff)
downloadpelican-themes-b1f741b46c070f431c860425fa24b9ba058ef566.tar.gz
Update README.md
Diffstat (limited to 'Peli-Kiera')
-rw-r--r--Peli-Kiera/README.md6
-rw-r--r--Peli-Kiera/static/css/main.css1
2 files changed, 4 insertions, 3 deletions
diff --git a/Peli-Kiera/README.md b/Peli-Kiera/README.md
index 1a734a1..1e4a47c 100644
--- a/Peli-Kiera/README.md
+++ b/Peli-Kiera/README.md
@@ -36,8 +36,8 @@ A sample article header.
Title: Simple is better than complex
Date: 2018-11-14
Tags: python, jupyter, library
-Description:
-Category:
+Description: The Zen of Python
+Category: Python
### Introduction
@@ -58,7 +58,7 @@ Final project directory structure should look similiar to this.
├── Makefile
├── content/
-│ ├── Blog Posts/
+│ ├── Python/
│ │ ├── article-one.md
│ │ ├── article-two.md
│ │ └── article-three.md
diff --git a/Peli-Kiera/static/css/main.css b/Peli-Kiera/static/css/main.css
index f1ad72c..ff58f1f 100644
--- a/Peli-Kiera/static/css/main.css
+++ b/Peli-Kiera/static/css/main.css
@@ -90,6 +90,7 @@ time {
#container nav ul li {
display: flex;
+ flex-direction: column-reverse;
margin-left: 1em;
align-items: end;
}