diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/photo.causal.agency/generate.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/photo.causal.agency/generate.sh b/www/photo.causal.agency/generate.sh index 9652025e..5821ae42 100644 --- a/www/photo.causal.agency/generate.sh +++ b/www/photo.causal.agency/generate.sh @@ -49,7 +49,7 @@ page_head() { if test -f $date/lens; then lens=$( sed ' - s,f/,ฦ/, + s,f/,ฦ/,g s/\([0-9]\)-\([0-9]\)/\1-\2/g ' $date/lens | encode @@ -84,7 +84,7 @@ page_head() { details { max-width: 78ch; margin: 0.5em auto; } </style> <h1>${title}</h1> - <p>๐ท ${body:-}${body:+ ยท }${lens}${film:+ ๐๏ธ }${film:-}</p> + <p>๐ท ${body:-}${body:+ ๐ }${lens}${film:+ ๐๏ธ }${film:-}</p> EOF } |