Use relative paths for relative_url filter
This commit is contained in:
parent
6dbcd70c3d
commit
c15dc483b5
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
|||
|
||||
<title>{{ page.title }} - Zom.bi</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ "/assets/css/foundation.css" | relative_url }}">
|
||||
<link rel="stylesheet" href="{{ "/assets/css/index.css" | relative_url }}">
|
||||
<link rel="stylesheet" href="{{ "assets/css/foundation.css" | relative_url }}">
|
||||
<link rel="stylesheet" href="{{ "assets/css/index.css" | relative_url }}">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header class="header">
|
||||
<a class="#header"><img src="{{ "/assets/images/logo-green.png" | relative_url }}" alt="Zom.bi"></a>
|
||||
<a class="#header"><img src="{{ "assets/images/logo-green.png" | relative_url }}" alt="Zom.bi"></a>
|
||||
<h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2>
|
||||
<ul class="header-subnav show-for-medium">
|
||||
{% include menu.html %}
|
||||
|
|
Loading…
Reference in a new issue