summary refs log tree commit diff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/photo.causal.agency/generate.sh4
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
 }