From 358e78d25a6afa7010933bfbb18ce89845c3a4dc Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 29 Apr 2023 18:24:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20fix:=20remove=20extra=20backtick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/blog/custom-font-subset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/custom-font-subset.md b/content/blog/custom-font-subset.md index bd34ef9..ba2c833 100644 --- a/content/blog/custom-font-subset.md +++ b/content/blog/custom-font-subset.md @@ -174,7 +174,7 @@ fi Make sure to modify the script to match the path where you stored the `subset_font` script. The config and font paths should work fine with tabi's default setup. -Now, every time you commit changes to your Git project, the pre-commit hook will check for modifications in the `config.toml` file and automatically run the``subset_font` script to update the `custom_subset.css` file. +Now, every time you commit changes to your Git project, the pre-commit hook will check for modifications in the `config.toml` file and automatically run the `subset_font` script to update the `custom_subset.css` file. By the way, if you're interested in a way to automatically update the date of your Zola posts or compress your PNG files, check out [this post](https://welpo.ooo/blog/zola-date-git-hook/).