cv-website

Personal website and CV
git clone https://git.in0rdr.ch/cv-website.git
Log | Files | Refs | Pull requests | README | LICENSE

commit bf5184d5dff8ceba73e5f62b292a82e64e38db93
parent dac022b594d1ed4201893f5816775e6fd990f959
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Tue, 30 Nov 2021 23:57:23 +0100

use relative_url for main.css

Diffstat:
M_includes/head.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/head.html b/_includes/head.html @@ -95,5 +95,5 @@ <link rel="next" href="{{ paginator.next_page_path | prepend: site.baseurl | prepend: site.url }}"> {% endif %} - <link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl | prepend: site.url }}"> + <link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}"> </head>