Skip to content

Commit

Permalink
Update brand panels img path & migrate custom-footer partials to liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
cetinajero committed Nov 28, 2019
1 parent 09f868b commit c8c8d56
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/components/footers/progressive/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="title-block pb-2 mb-3">
<h3 class="title text-white m-0">
<i class="{{ section.icon }}"></i>
{% include components/footers/progressive/custom-title.html %}
{% include components/footers/progressive/custom-title.liquid %}
</h3>
</div>
<div class="custom">
Expand All @@ -14,7 +14,7 @@ <h3 class="title text-white m-0">
<li class="footer-list">
<a class="white" href="{{ item.link | relative_url }}">
<i class="{{ item.pre-icon }}" data-fa-transform="grow-2 left-3 up-1"></i>
{% include components/footers/progressive/custom-item.html %}
{% include components/footers/progressive/custom-item.liquid %}
<i class="{{ item.post-icon }}"></i>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/components/panels/brands.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h5 class="post pt-4">{{ page.brand-panel.title }}</h5>
{% for brand in page.brand-panel.brands %}
<article class="col-12 col-md">
<a href="{{ brand.href }}">
<img src="https://grupopv-public.s3.amazonaws.com/assets/img/logos-provider/{{ brand.img }}.png" alt="{{ brand.name }}" title="{{ brand.name }}">
<img src="{{ site.amazon-s3 }}/components/panels/brands/img/{{ brand.img }}.png" alt="{{ brand.name }}" title="{{ brand.name }}">
</a>
</article>
{% endfor %}
Expand Down

0 comments on commit c8c8d56

Please sign in to comment.