aboutsummaryrefslogtreecommitdiff
path: root/src/_includes/partials/head.njk
diff options
context:
space:
mode:
authorIndrajith K L2022-09-03 04:38:12 +0530
committerIndrajith K L2022-09-03 04:38:12 +0530
commit9c7aa76cf8cf58137b18151aa70f64b4a71811b5 (patch)
treed875a25cb6860aee9193856f9212f607e664394b /src/_includes/partials/head.njk
parente2a597a5efcd09f99b6e85620971c3e2fc50db12 (diff)
downloadindrajith-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.njk2
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