Fix newlines within tags

This commit is contained in:
Oliver Davies 2017-11-28 18:54:04 +00:00
parent ba0382785d
commit 9bb6d13d25
5 changed files with 8 additions and 25 deletions

View file

@ -8,8 +8,7 @@
<nav class="w-3/4 text-right">
{% for link in site.nav_links %}
<a href="{{ link.href }}"
class="inline-block pt-4 pb-3 ml-4 {{ page.url matches '#^' ~ (link.pattern ?: link.href) ~ '/?#' ? 'border-b-3 border-blue' }}">
<a href="{{ link.href }}" class="inline-block pt-4 pb-3 ml-4 {{ page.url matches '#^' ~ (link.pattern ?: link.href) ~ '/?#' ? 'border-b-3 border-blue' }}">
{{- link.title -}}
</a>
{% endfor %}