From c2ac47e7fc03ac77daa564fb7792b62426edfa79 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 18 Apr 2024 19:12:49 -0400 Subject: Add link to photos --- www/causal.agency/index.7 | 4 +++- www/causal.agency/style.css | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/www/causal.agency/index.7 b/www/causal.agency/index.7 index d29c1a6b..1e019574 100644 --- a/www/causal.agency/index.7 +++ b/www/causal.agency/index.7 @@ -1,4 +1,4 @@ -.Dd November 28, 2023 +.Dd April 18, 2024 .Dt CAUSAL.AGENCY 7 .Os "Causal Agency" . @@ -29,6 +29,8 @@ and experience more magic. \(em .Lk https://text.causal.agency words \(em +.Lk https://photo.causal.agency photos +\(em .Lk /list/ mailist . .Pp diff --git a/www/causal.agency/style.css b/www/causal.agency/style.css index ee218533..265c62c2 100644 --- a/www/causal.agency/style.css +++ b/www/causal.agency/style.css @@ -12,8 +12,8 @@ code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn, code.Cd { font-weight: bold; font-family: inherit; } div.head, div.foot { display: flex; justify-content: space-between; } -.head-ltitle, .foot-left { flex: 1; } -.head-vol, .foot-date { flex: 0 1 auto; text-align: center; } +.head-ltitle, .foot-date { flex: 1; } +.head-vol { flex: 0 1 auto; text-align: center; } .head-rtitle, .foot-os { flex: 1; text-align: right; } html { font-family: monospace; line-height: 1.25em; } -- cgit 1.4.1 > diff
path: root/etc/Go-Mono-Italic.ttf (unfollow)
Commit message (Collapse)Author
2021-09-11Also defer printing comment for lone close-parensJune McEnroe
2021-09-10Publish "git-comment"June McEnroe
2021-09-10Add git comment --pretty optionJune McEnroe
2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe
This fixes badly indented comments.
2021-09-08Up default min-repeat to 30 linesJune McEnroe
2021-09-08Handle dirty lines in git-commentJune McEnroe
2021-09-08Document and install git-commentJune McEnroe
2021-09-08Add repeat and all options to git-commentJune McEnroe
2021-09-08Add group threshold to git-commentJune McEnroe
2019-02-07Factor out hi checkJune McEnroe
2019-02-07Add Escape class to hiJune McEnroe
2019-02-07Add Todo class and parent syntax constraintJune McEnroe