diff options
author | Indrajith K L | 2022-09-03 04:38:12 +0530 |
---|---|---|
committer | Indrajith K L | 2022-09-03 04:38:12 +0530 |
commit | 9c7aa76cf8cf58137b18151aa70f64b4a71811b5 (patch) | |
tree | d875a25cb6860aee9193856f9212f607e664394b /src/_includes/partials/head.njk | |
parent | e2a597a5efcd09f99b6e85620971c3e2fc50db12 (diff) | |
download | indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.gz indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.tar.bz2 indrajith-dev-9c7aa76cf8cf58137b18151aa70f64b4a71811b5.zip |
Tailwind Build Process Changes
* Uses npm-run-all to manage build process
* Removed Concurrently
Style Fixes
Diffstat (limited to 'src/_includes/partials/head.njk')
-rw-r--r-- | src/_includes/partials/head.njk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_includes/partials/head.njk b/src/_includes/partials/head.njk index 7d3d5c1..ed4e5ec 100644 --- a/src/_includes/partials/head.njk +++ b/src/_includes/partials/head.njk @@ -15,6 +15,6 @@ <meta property="og:title" content="Indrajith K L"> <meta property="og:description" content="Frontend Web Developer, Game Dev Hobbyist, Night Owl, Synthwave & Vaporwave Lover"> <meta property="og:image" content="https://indrajith.dev/images/me.png"> -<link rel="stylesheet" href="/styles.css"> +<link rel="stylesheet" href="/global.css"> {% favicon './favicon.svg' %} <title>{{title}} | { indrajith.dev } </title>
\ No newline at end of file |