diff --git a/links.typ b/links.typ index 0d3a323..b4760e3 100644 --- a/links.typ +++ b/links.typ @@ -1,4 +1,3 @@ Here's some links to various things of mine \ #link("https://github.com/Pagwin-Fedora")[Github] \ #link("https://www.linkedin.com/in/spencer-powell-pagwin/")[Linkedin] #strike[I barely look at this] \ -#link("/index.xml")[RSS] \ diff --git a/static/css/layout.css b/static/css/layout.css index ae943be..ab1ea0c 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -68,7 +68,7 @@ time { } -#header { +header#header { box-sizing: border-box; display: flex; flex-flow: row nowrap; @@ -108,7 +108,7 @@ main { max-width: -webkit-fill-available;; max-width: fill-available; } -header { +header#article-header { max-width: -moz-available; max-width: -webkit-fill-available;; max-width: fill-available; @@ -149,6 +149,11 @@ blockquote { width: 2rem; height: 2rem; } +/*https://stackoverflow.com/questions/35269947/how-can-i-align-one-item-right-with-flexbox#35270047*/ +.back-shover { + margin-left:auto; + margin-top:auto; +} /* div element with this class can be a bitch so need to select those as well as pre*/ .sourceCode { max-width: -moz-available; diff --git a/templates/default.html b/templates/default.html index b6265ca..a331af2 100644 --- a/templates/default.html +++ b/templates/default.html @@ -23,20 +23,21 @@ - + All Posts + Other places I'm at +
+ atom/rss/web + feed +
{{{content}}}
diff --git a/templates/home.html b/templates/home.html index 730a7b9..76476b7 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,2 +1,15 @@

Hi there, I'm Pagwin

I post here sometimes

+
+

Recent posts:

+
+ {{#posts}} +
+
{{title}}
+
+
+

{{summary}}

+
+
+ {{/posts}} +
diff --git a/templates/post.html b/templates/post.html index fdc7c3d..b08c37d 100644 --- a/templates/post.html +++ b/templates/post.html @@ -1,4 +1,4 @@ -
+

{{{title}}}

{{{date}}}