mirror of https://github.com/MISP/misp-website
More baseurl changes
parent
b2d1ab8024
commit
67cba1878a
|
@ -6,7 +6,7 @@
|
||||||
<h3>{{ post.title }}</h3>
|
<h3>{{ post.title }}</h3>
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
<footer>
|
<footer>
|
||||||
<a href="{{ site.prefix }}{{ post.url }}" class="button">Continue Reading</a>
|
<a href="{{ site.baseurl }}{{ post.url }}" class="button">Continue Reading</a>
|
||||||
</footer>
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="8u -2u">
|
<div class="8u -2u">
|
||||||
<section class="box">
|
<section class="box">
|
||||||
<a href="#" class="image left"><img src="{{ page.featured }}" alt="" /></a>
|
<a href="#" class="image left"><img src="{{ site.baseurl }}{{ page.featured }}" alt="" /></a>
|
||||||
{{ page.content }}
|
{{ page.content }}
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -19,12 +19,12 @@ layout: default
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<section class="12u">
|
<section class="12u">
|
||||||
<div class="box post">
|
<div class="box post">
|
||||||
<a href="#" class="image left"><img src="{{ post.featured }}" alt=""></a>
|
<a href="#" class="image left"><img src="{{ site.baseurl }}{{ post.featured }}" alt=""></a>
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h3>{{ post.title }}</h3>
|
<h3>{{ post.title }}</h3>
|
||||||
{{ post.excerpt }}
|
{{ post.excerpt }}
|
||||||
<footer>
|
<footer>
|
||||||
<a href="{{ site.prefix }}{{ post.url }}" class="button">Continue Reading</a>
|
<a href="{{ site.baseurl }}{{ post.url }}" class="button">Continue Reading</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue