commit 656a83ef4d9d1a79c15d0cfaf7f7535496117444 Author: Pili Guerra pili@piliguerra.com Date: Thu Jun 6 14:33:45 2019 +0200
Use pngs --- templates/home.html | 2 +- templates/onion-services.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/home.html b/templates/home.html index 8e6407a..8b6f12f 100644 --- a/templates/home.html +++ b/templates/home.html @@ -14,7 +14,7 @@ <h2 class="card-title ">{{ child.title }}</h2> <p class="card-text">{{ child.subtitle }}</p> <div class="illo-container"> - <img src="/static/images/home/svg/{{ child.section_id }}.svg" class="img-fluid" alt="{{ child.section }}" /> + <img src="/static/images/home/png/{{ child.section_id }}.png" class="img-fluid" alt="{{ child.section }}" /> </div> </div> <a href="{{ child.path|url }}" class="btn btn-primary">{{ child.cta }}</a> diff --git a/templates/onion-services.html b/templates/onion-services.html index d995dca..ee3051a 100644 --- a/templates/onion-services.html +++ b/templates/onion-services.html @@ -4,7 +4,7 @@ {{ this.body }} </div> <div class="col-lg-5"> - <img src="/static/images/home/svg/{{ this.section_id }}.svg" class="img-fluid" alt="{{ _(this.section) }}" /> + <img src="/static/images/home/png/{{ this.section_id }}.png" class="img-fluid" alt="{{ _(this.section) }}" /> </div> </div> <a href="{{ this.path|url }}overview/"><h2 class="text-primary"><u>{{ _('Learn more about onion services here') }}
tor-commits@lists.torproject.org