Skip to content

Commit a3b8a48

Browse files
committed
fix logo for translations of website reference
1 parent 941af3d commit a3b8a48

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/templates/layouts/default.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- logo -->
3535
<header id="lockup">
3636
<a href="{{root}}/">
37-
<img src="{{assets}}/img/p5js.svg" alt="p5 homepage" id="logo_image" class="logo" />
37+
<img src="/{{assets}}/img/p5js.svg" alt="p5 homepage" id="logo_image" class="logo" />
3838
<div id="p5_logo"></div>
3939
</a>
4040
<p class='tagline'>{{#i18n "tagline1"}}{{/i18n}}</p>

src/templates/partials/header.hbs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ title: header
1111
<li><a href="http://pi.processing.org/">Processing for Pi</a></li>
1212
<li><a href="https://processingfoundation.org/">Processing Foundation</a></li>
1313
</ul>
14-
15-
<!-- <p class="right">
16-
</p> -->
1714
</nav>

0 commit comments

Comments
 (0)