[Git][reproducible-builds/reproducible-website][master] footer: prepend site.baseurl, not site.url in the logo

Mattia Rizzolo gitlab at salsa.debian.org
Wed Nov 7 13:31:37 CET 2018


Mattia Rizzolo pushed to branch master at Reproducible Builds / reproducible-website


Commits:
cc6f579e by Mattia Rizzolo at 2018-11-07T12:31:24Z
footer: prepend site.baseurl, not site.url in the logo

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- _includes/footer.html


Changes:

=====================================
_includes/footer.html
=====================================
@@ -1,7 +1,7 @@
 <footer class="site-footer">
   <div class="row">
     <div class="four columns hide-on-mobiles">
-      <p><img src="{{ "/images/logos/rb.svg" |  prepend: site.url }}" width="100%" style="margin-bottom: 1em" alt="reproducible-builds.org"></p>
+      <p><img src="{{ "/images/logos/rb.svg" |  prepend: site.baseurl }}" width="100%" style="margin-bottom: 1em" alt="reproducible-builds.org"></p>
       <p>{{ site.description }}</p>
     </div>
     <div class="four columns">



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/cc6f579e39723100cf22e0e31d8d65171d0d7354

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/cc6f579e39723100cf22e0e31d8d65171d0d7354
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181107/7fe7b96b/attachment.html>


More information about the rb-commits mailing list