Skip to content

Commit

Permalink
Use real timestamps on silverbullet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Nov 13, 2023
1 parent 0ff36eb commit 070cb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rm -rf website_build/_plug/{plugmd,directive}.plug.js


# Generate random modified date, and replace in _headers too
export LAST_MODIFIED_TIMESTAMP=$RANDOM
export LAST_MODIFIED_TIMESTAMP=$(date +%s000)

cat website/_headers | sed "s/12345/$LAST_MODIFIED_TIMESTAMP/g" > website_build/_headers
echo "Generating file listing"
Expand Down

0 comments on commit 070cb84

Please sign in to comment.