diff options
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 34f6c42..cb231d4 100644 --- a/src/_includes/partials/head.njk +++ b/src/_includes/partials/head.njk @@ -28,7 +28,7 @@ <meta property="og:description" content="Frontend Web Developer, Game Dev Hobbyist, Night Owl, Synthwave & Vaporwave Lover"> {%- endif -%} <meta property="og:image" content="https://indrajith.dev/images/me.png"> -<link rel="stylesheet" href="/global.css"> +<link rel="stylesheet" href="/styles.css"> {% favicon './favicon.svg' %} <title>{{title}} | { indrajith.dev } </title> <script src="https://unpkg.com/website-carbon-badges@1.1.3/b.min.js" defer></script>
\ No newline at end of file |