Skip to content

Commit

Permalink
Update navbar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan authored Apr 4, 2024
1 parent 82b23ad commit 93cfa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/pkgdown/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nav class="navbar fixed-top navbar-light navbar-expand-lg bg-light">
<div class="container">
<a class="navbar-brand me-2" href="{{#site}}{{root}}{{/site}}index.html">
<img src="{{#site}}{{root}}{{/site}}logo.png" alt="{{#site}}{{title}}{{/site}} logo" height="40" class="d-inline-block me-1">{{#site}}{{title}}{{/site}}</a>
<img src="{{#site}}{{root}}{{/site}}apple-touch-icon-180x180.png" alt="{{#site}}{{title}}{{/site}} logo" height="40" class="d-inline-block me-1">{{#site}}{{title}}{{/site}}</a>

<small class="nav-text {{#development}}text-{{version_label}}{{/development}} me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="{{#development}}{{version_tooltip}}{{/development}}">{{#package}}{{version}}{{/package}}</small>

Expand Down

0 comments on commit 93cfa58

Please sign in to comment.