mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Use relative links
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<header>
|
<header>
|
||||||
<div id="header-face">
|
<div id="header-face">
|
||||||
<img src="{{ $headerFaceImage.Permalink }}" alt="Hazem Krimi" />
|
<img src="{{ $headerFaceImage.RelPermalink }}" alt="Hazem Krimi" />
|
||||||
<h3>Hazem Krimi</h3>
|
<h3>Hazem Krimi</h3>
|
||||||
</div>
|
</div>
|
||||||
<div id="menus">
|
<div id="menus">
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<a href="https://twitter.com/HazemKrimi" target="_blank"> {{ readFile "assets/icons/twitter.svg" | safeHTML }} </a>
|
<a href="https://twitter.com/HazemKrimi" target="_blank"> {{ readFile "assets/icons/twitter.svg" | safeHTML }} </a>
|
||||||
<a href="https://github.com/hazemKrimi" target="_blank"> {{ readFile "assets/icons/github.svg" | safeHTML }} </a>
|
<a href="https://github.com/hazemKrimi" target="_blank"> {{ readFile "assets/icons/github.svg" | safeHTML }} </a>
|
||||||
<a href="/" target="_blank"> {{ readFile "assets/icons/rss.svg" | safeHTML }} </a>
|
<a href="/" target="_blank"> {{ readFile "assets/icons/rss.svg" | safeHTML }} </a>
|
||||||
<a href="{{ $cv.Permalink }}" target="_blank"> {{ readFile "assets/icons/cv.svg" | safeHTML }} </a>
|
<a href="{{ $cv.RelPermalink }}" target="_blank"> {{ readFile "assets/icons/cv.svg" | safeHTML }} </a>
|
||||||
<div class="vertical-separator"></div>
|
<div class="vertical-separator"></div>
|
||||||
<span
|
<span
|
||||||
class="theme-toggler"
|
class="theme-toggler"
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
data-moon="{{ $moon.RelPermalink }}"
|
data-moon="{{ $moon.RelPermalink }}"
|
||||||
data-sun="{{ $sun.RelPermalink }}"
|
data-sun="{{ $sun.RelPermalink }}"
|
||||||
></span>
|
></span>
|
||||||
<a href="{{ $cv.Permalink }}" target="_blank"> {{ readFile "assets/icons/cv.svg" | safeHTML }} </a>
|
<a href="{{ $cv.RelPermalink }}" target="_blank"> {{ readFile "assets/icons/cv.svg" | safeHTML }} </a>
|
||||||
<a href="/" target="_blank"> {{ readFile "assets/icons/rss.svg" | safeHTML }} </a>
|
<a href="/" target="_blank"> {{ readFile "assets/icons/rss.svg" | safeHTML }} </a>
|
||||||
<a href="https://github.com/hazemKrimi" target="_blank"> {{ readFile "assets/icons/github.svg" | safeHTML }} </a>
|
<a href="https://github.com/hazemKrimi" target="_blank"> {{ readFile "assets/icons/github.svg" | safeHTML }} </a>
|
||||||
<a href="https://twitter.com/HazemKrimi" target="_blank"> {{ readFile "assets/icons/twitter.svg" | safeHTML }} </a>
|
<a href="https://twitter.com/HazemKrimi" target="_blank"> {{ readFile "assets/icons/twitter.svg" | safeHTML }} </a>
|
||||||
|
|||||||
Reference in New Issue
Block a user