Forum | Documentation | Website | Blog

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

Fix oshw logo links

parent b535d7e9
1 merge request!89Docs updates - chapter restructuring, images, and more
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="card-body"> <div class="card-body">
<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">
<img src="../../../../_static/images/oshw/{{board}}_{{oshw_id}}.svg"/> <img src="{{docs_url}}/_static/images/oshw/{{board}}_{{oshw_id}}.svg"/>
</a> </a>
</p> </p>
</div> </div>
......
...@@ -183,7 +183,7 @@ html_theme_options = { ...@@ -183,7 +183,7 @@ html_theme_options = {
"footer_end": ["last-updated"], "footer_end": ["last-updated"],
# "content_footer_items": ["last-updated"], # "content_footer_items": ["last-updated"],
"secondary_sidebar_items": { "secondary_sidebar_items": {
"**": ["page-toc", "edit-this-page", "sourcelink","oshwa"] "**": ["page-toc", "edit-this-page", "sourcelink","oshw"]
}, },
} }
......
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