diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2016-09-23 17:50:29 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2016-09-23 17:50:29 +0200 |
commit | 0a11b5bd4e5291b7a6c8ce3e1c0658c851285545 (patch) | |
tree | ab571758f248883407e4154cb003d53709ebd922 /blog/_includes | |
parent | c28807808e5246ee80e9b60510458a1887e17d1b (diff) | |
download | norsk-urskog-main-0a11b5bd4e5291b7a6c8ce3e1c0658c851285545.tar.gz norsk-urskog-main-0a11b5bd4e5291b7a6c8ce3e1c0658c851285545.tar.bz2 norsk-urskog-main-0a11b5bd4e5291b7a6c8ce3e1c0658c851285545.zip |
de to Jekyll 3.2.x
Diffstat (limited to 'blog/_includes')
-rw-r--r-- | blog/_includes/post-excerpt.html | 4 | ||||
-rw-r--r-- | blog/_includes/post-header.html | 4 | ||||
-rw-r--r-- | blog/_includes/sponsors.html | 16 |
3 files changed, 13 insertions, 11 deletions
diff --git a/blog/_includes/post-excerpt.html b/blog/_includes/post-excerpt.html index 73c4478..125e984 100644 --- a/blog/_includes/post-excerpt.html +++ b/blog/_includes/post-excerpt.html @@ -1,9 +1,9 @@ {% assign post = include.post %} <article class="post"> - {% include post-header.html post = post%} + {% include post-header.html post = post %} <section class="post-body"> {{ post.excerpt }} - <p><a href="{{ post.url }}">{% t global.read_more %}</a></p> + <p><a href="{{ post.url | prepend: site.baseurl }}">{% t global.read_more %}</a></p> </section> </article> diff --git a/blog/_includes/post-header.html b/blog/_includes/post-header.html index e1baeb8..2cb82b1 100644 --- a/blog/_includes/post-header.html +++ b/blog/_includes/post-header.html @@ -2,6 +2,8 @@ <header class="post-header"> <date>{{ post.date | date_to_string }}</date> <h1> - <a href="{{ post.url }}">{{ post.title }}</a> + <a href="{{ post.url | prepend: site.baseurl }}"> + {{ post.title }} + </a> </h1> </header> diff --git a/blog/_includes/sponsors.html b/blog/_includes/sponsors.html index b63d497..ff6d62d 100644 --- a/blog/_includes/sponsors.html +++ b/blog/_includes/sponsors.html @@ -4,46 +4,46 @@ <div class="sponsor-logos large"> <span class="logo"> <a href="http://ds-media.no"> - {% image "2014/sponsors/ds_banner_2014.jpg" alt="DS-Media" %} + {% image "2014/sponsors/ds_banner_2014.jpg" alt="DS-Media" magick:resize:224x %} </a> </span> </div> <div class="sponsor-logos large"> <span class="logo"> <a href="http://trineogkim.no/"> - {% image "logos/tkds_logo.png" alt="Trine og Kim Design Studio" %} + {% image "logos/tkds_logo.png" alt="Trine og Kim Design Studio" magick:resize:224x %} </a> </span> <span class="logo"> <a href="http://negativevibe.net"> - {% image logos/nvr_logo_web_430.png alt="Negative Vibe Records" [resize:224x] %} + {% image logos/nvr_logo_web_430.png alt="Negative Vibe Records" magick:resize:224x %} </a> </span> <span class="logo"> <a href="http://www.symphonium.no/"> - {% image "2014/sponsors/Symphonium_2014.png" alt="Symphonium Metal Radio" %} + {% image "2014/sponsors/Symphonium_2014.png" alt="Symphonium Metal Radio" magick:resize:224x %} </a> </span> </div> <div class="sponsor-logos"> <span class="logo"> <a href="http://heavymetal.no"> - {% image "logos/hmno_logo.png" alt="Heavymetal.no" [resize:224x] %} + {% image "logos/hmno_logo.png" alt="Heavymetal.no" magick:resize:224x %} </a> </span> <span class="logo"> <a href="http://www.eternal-terror.com"> - {% image "logos/ET_logo_2.png" alt="Eternal-Terror Webzine" [resize:224x] %} + {% image "logos/ET_logo_2.png" alt="Eternal-Terror Webzine" magick:resize:224x %} </a> </span> <span class="logo"> <a href="http://www.fotograf-lovberg.no/"> - {% image "2014/sponsors/fotograf-lovberg_2014.png" alt="Fotograf Løvberg" %} + {% image "2014/sponsors/fotograf-lovberg_2014.png" alt="Fotograf Løvberg" magick:resize:224x %} </a> </span> <span class="logo"> <a href="http://turbine.no/"> - {% image "2014/sponsors/turbine_2014.png" alt="Turbine Agency" %} + {% image "2014/sponsors/turbine_2014.png" alt="Turbine Agency" magick:resize:224x %} </a> </span> </div> |