cv-website

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

commit ca22c96d9383f6946ac0a88e329ff7ac315a2dbe
parent f5acf7c77b8a924dd45959dac4b62e6ddaf7890d
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue, 20 Aug 2024 18:13:31 +0200

feat: remove logo seperator

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

diff --git a/_includes/nav.html b/_includes/nav.html @@ -1,7 +1,7 @@ <nav class="nav"> <div class="container"> <h1 class="logo"> - <a href="{{ '/' | relative_url }}">{{ site.title_left }}</a> | + <a href="{{ '/' | relative_url }}">{{ site.title_left }}</a> <span class="txt"> <a href="{{ '/assets/txt/cv-gruhler.txt' | relative_url }}">{{ site.title_txt }}</a> </span>