# HG changeset patch # User Paper # Date 1716191163 14400 # Node ID ec24b7d30ce98383fc57555d62f8f80d63336077 # Parent 815c0da68384ab412f2ed640d510678b17c290c1 navigation: span -> div I think this'll make it work on Safari diff -r 815c0da68384 -r ec24b7d30ce9 .build.yml --- a/.build.yml Mon May 20 03:39:55 2024 -0400 +++ b/.build.yml Mon May 20 03:46:03 2024 -0400 @@ -17,4 +17,4 @@ bundle exec jekyll build tar -C _site -cvz . > ../site.tar.gz - upload: | - hut pages publish -d $site site.tar.gz \ No newline at end of file + hut pages publish -d $site site.tar.gz diff -r 815c0da68384 -r ec24b7d30ce9 _includes/navigation.html --- a/_includes/navigation.html Mon May 20 03:39:55 2024 -0400 +++ b/_includes/navigation.html Mon May 20 03:46:03 2024 -0400 @@ -4,9 +4,9 @@ {{ item.name }} {% endfor %} - +