Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b7dbdab2 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

WIP: fix OSHW mark image src (3)

parent 8fa9d52f
Branches
Tags
1 merge request!89Docs updates - chapter restructuring, images, and more
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<p class="card-text text-dark"> <p class="card-text text-dark">
<a href="https://certification.oshwa.org/{{ oshw_id|lower }}.html" target="_blank"> <a href="https://certification.oshwa.org/{{ oshw_id|lower }}.html" target="_blank">
{% if pages_slug %} {% if pages_slug %}
<img src="../../../../{{pages_slug}}/_static/images/oshw/{{board}}_{{path | replace('/', '#')}}_{{oshw_id}}.svg" alt="{{board}} OSHW mark"/> <img src="../../../../{{pages_slug}}/_static/images/oshw/{{board}}_{{path | replace('/', '-')}}_{{oshw_id}}.svg" alt="{{board}} OSHW mark"/>
{% else %} {% else %}
<img src="../../../../_static/images/oshw/{{board}}_{{path | replace('/', '-')}}_{{oshw_id}}.svg" alt="{{board}} OSHW mark"/> <img src="../../../../_static/images/oshw/{{board}}_{{path | replace('/', '-')}}_{{oshw_id}}.svg" alt="{{board}} OSHW mark"/>
{% endif %} {% endif %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment