Skip to content

Commit

Permalink
Fix image referencing on the website landing
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Nov 28, 2023
1 parent 7613b94 commit b8b2c5e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions _config-oleg-nenashev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,10 @@ analytics:
enabled: true
vwo:
enabled: true

# TODO: Update plugin code to support more fancy navigation
breadcrumbs:
root:
hide: true
image: true
imagePath: /wiremock.org/images/logos/doc-sections/home.svg
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="home-hero__title">Mock the APIs You Depend On</h1>
<div class="home-hero__box">
<h2 class="home-hero__heading">
<img
src="/assets/svg/source.svg"
src="{{ '/assets/svg/source.svg' | absolute_url }}"
alt="source"
class="home-hero__icon"
/>
Expand All @@ -44,7 +44,7 @@ <h2 class="home-hero__heading">
<div class="home-hero__box home-hero__box--alt">
<h2 class="home-hero__heading">
<img
src="/assets/svg/cloud.svg"
src="{{ '/assets/svg/cloud.svg' | absolute_url }}"
alt="cloud"
class="home-hero__icon"
/>
Expand Down Expand Up @@ -134,15 +134,15 @@ <h1>
<div class="home-header-hero-text whats-hot">
<h2>
<img
src="/images/navigation/loudspeaker.svg"
src="{{ '/images/navigation/loudspeaker.svg' | absolute_url }}"
width="32px"
/>&nbsp; Join us for Hacktoberfest 2023!
</h2>
<p>Learn WireMock and contribute to open source</p>
<p>
<a href="./events/hacktoberfest">
<img
src="/images/events/hacktoberfest/wiremock_hacktoberfest_header.png"
src="{{ '/images/events/hacktoberfest/wiremock_hacktoberfest_header.png' | absolute_url }}"
width="100%"
/>
</a>
Expand Down

0 comments on commit b8b2c5e

Please sign in to comment.