From 4a4b4007df214388fa682f27460edac9bf876e29 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Tue, 3 Jan 2023 21:45:09 +0000 Subject: [PATCH] Speed improvements (#63) Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/63 --- _includes/head.html | 10 +++++----- start.sh | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 4784b6c..15040a7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -22,11 +22,11 @@ - + - - - - + + + + \ No newline at end of file diff --git a/start.sh b/start.sh index 038b838..fa00d66 100755 --- a/start.sh +++ b/start.sh @@ -1,3 +1,3 @@ #!/bin/bash bundle install -bundle exec jekyll serve +bundle exec jekyll serve \ No newline at end of file