aboutsummaryrefslogtreecommitdiff
path: root/themes/flamingo/layouts/_default
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2022-03-24 01:31:41 +0100
committergabrielgio <gabriel.giovanini@pm.me>2022-03-24 01:31:41 +0100
commitf3504421d4658345917321dad40b79068aa760a8 (patch)
treed6a33334f2cb124f4c74eedcb9ef72ed49f677bd /themes/flamingo/layouts/_default
parent9176f98eb7fa33bee31efcf3aab619e39d0a05d4 (diff)
downloadgabrielgio.me-f3504421d4658345917321dad40b79068aa760a8.tar.gz
gabrielgio.me-f3504421d4658345917321dad40b79068aa760a8.tar.bz2
gabrielgio.me-f3504421d4658345917321dad40b79068aa760a8.zip
feat: Add projects page
Add a list of software I have finish and use on my day to day life.
Diffstat (limited to 'themes/flamingo/layouts/_default')
-rw-r--r--themes/flamingo/layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flamingo/layouts/_default/baseof.html b/themes/flamingo/layouts/_default/baseof.html
index ccec626..7bbf0d5 100644
--- a/themes/flamingo/layouts/_default/baseof.html
+++ b/themes/flamingo/layouts/_default/baseof.html
@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <link rel="stylesheet" type="text/css" href="css/all.css" />
+ <link rel="stylesheet" type="text/css" href="/css/all.css" />
{{ with .Site.Params.favicon }}<link rel="icon" type="image/png" href="{{ . }}" />{{ end }}