all repos — site @ c2136681244178dd14d49adb6ad7827e2301d9ef

source for my site, found at icyphox.sh

fix(template): path to stylesheet
Anirudh icyph0x@pm.me
Mon, 18 Jun 2018 12:24:12 +0530
commit

c2136681244178dd14d49adb6ad7827e2301d9ef

parent

93a56063a5d333908366f2cf439a7decd829e320

2 files changed, 3 insertions(+), 7 deletions(-)

jump to
M build/index.htmlbuild/index.html

@@ -1,7 +1,7 @@

<!DOCTYPE html> <html> <header> - <link rel="stylesheet" href="../static/sakura.css"> + <link rel="stylesheet" href="/static/sakura.css"> </style> <a href="/">home</a> <a href="/gpg.txt">gpg</a> <title>

@@ -33,6 +33,4 @@

<footer> <p align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>.</p> <p> </p> -<footer> - - +<footer>
M templates/index.htmltemplates/index.html

@@ -1,7 +1,7 @@

<!DOCTYPE html> <html> <header> - <link rel="stylesheet" href="../static/sakura.css"> + <link rel="stylesheet" href="/static/sakura.css"> </style> {{ header }} <title>

@@ -17,5 +17,3 @@ <footer>

{{ footer }} <p> {{ author }} </p> <footer> - -