url correction
This commit is contained in:
parent
a8ff8d476a
commit
afa8fb321d
2 changed files with 7 additions and 7 deletions
|
@ -5,11 +5,11 @@
|
||||||
|
|
||||||
<h4>Collaborators</h4>
|
<h4>Collaborators</h4>
|
||||||
<ul class="flex-row">
|
<ul class="flex-row">
|
||||||
<img src="{{ "media/logo/ih.svg" | absURL }}">
|
<img src="{{ "media/logo/ih.svg" | relURL }}">
|
||||||
<img src="{{ "media/logo/yaal.svg" | absURL }}">
|
<img src="{{ "media/logo/yaal.svg" | relURL }}">
|
||||||
<img src="{{ "media/logo/fairkom.svg" | absURL }}">
|
<img src="{{ "media/logo/fairkom.svg" | relURL }}">
|
||||||
<img src="{{ "media/logo/greenhost.svg" | absURL }}">
|
<img src="{{ "media/logo/greenhost.svg" | relURL }}">
|
||||||
<img src="{{ "media/logo/ngi.png" | absURL }}">
|
<img src="{{ "media/logo/ngi.png" | relURL }}">
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
<meta name="description" content="{{ .Site.Params.Description }}">
|
<meta name="description" content="{{ .Site.Params.Description }}">
|
||||||
<meta name="author" content="{{ .Site.Author.Name }}">
|
<meta name="author" content="{{ .Site.Author.Name }}">
|
||||||
{{- hugo.Generator }}
|
{{- hugo.Generator }}
|
||||||
<script src="{{ "js/script.js" | absURL }}?rnd={{ now.Unix }}"></script>
|
<script src="{{ "js/script.js" | relURL }}?rnd={{ now.Unix }}"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="{{ "css/style.css" | absURL }}?rnd={{ now.Unix }}" />
|
<link rel="stylesheet" type="text/css" href="{{ "css/style.css" | relURL }}?rnd={{ now.Unix }}" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue