We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5ba96 commit 1a7e0baCopy full SHA for 1a7e0ba
_layouts/default.html
@@ -24,10 +24,13 @@
24
{% endif %}
25
26
<div>
27
- <p style="float: right;"><img id="nag_logo" src="/NAGJavaExamples/assets/img/logo-white.png"
28
- alt="NAG Logo"></p>
+ <p style="float: right;">
+ <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>
32
<h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1>
- <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>
34
</div>
35
<div style="clear: right;"></div>
36
0 commit comments