Skip to content

Commit 1a7e0ba

Browse files
committed
Added link to the logo icon
1 parent 9f5ba96 commit 1a7e0ba

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

_layouts/default.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@
2424
{% endif %}
2525

2626
<div>
27-
<p style="float: right;"><img id="nag_logo" src="/NAGJavaExamples/assets/img/logo-white.png"
28-
alt="NAG Logo"></p>
27+
<p style="float: right;">
28+
<a href="https://www.nag.com/">
29+
<img id="nag_logo" src="/NAGJavaExamples/assets/img/logo-white.png" alt="NAG Logo">
30+
</a>
31+
</p>
2932
<h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1>
30-
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
33+
<h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2>
3134
</div>
3235
<div style="clear: right;"></div>
3336

0 commit comments

Comments
 (0)