Skip to content

Commit

Permalink
Merge pull request #37 from Ndacyayisenga-droid/pdf-fix
Browse files Browse the repository at this point in the history
The Download PDF button should download from the the correct site
  • Loading branch information
kito99 authored Sep 6, 2024
2 parents d5e246e + 09b3636 commit 7592307
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,9 @@
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<!--
<a class="navbar-item" href="#">Home</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Products</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">Product A</a>
<a class="navbar-item" href="#">Product B</a>
<a class="navbar-item" href="#">Product C</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Services</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">Service A</a>
<a class="navbar-item" href="#">Service B</a>
<a class="navbar-item" href="#">Service C</a>
</div>
</div>
-->
<div class="navbar-item">
<span class="control">
<a class="button is-primary" href="{{siteRootPath}}/{{page.component.name}}/{{page.componentVersion.displayVersion}}/jakarta-ee-tutorial.pdf">Download</a>
<a class="button is-primary" href="{{siteRootPath}}/{{page.component.name}}/{{page.componentVersion.displayVersion}}/{{page.attributes.pdf-download-name}}">Download</a>
</span>
</div>
</div>
Expand Down

0 comments on commit 7592307

Please sign in to comment.