Use relative paths for relative_url filter

This commit is contained in:
madmaurice 2017-12-21 22:17:07 +01:00
parent 6dbcd70c3d
commit c15dc483b5

View file

@ -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 %}