Skip to content

Commit 49017a1

Browse files
nokomecboettig
authored andcommitted
Use CodeMeta homepage in navbar-brand (#15)
Previously clicking on "The CodeMeta Project" took you to https://demos.creative-tim.com/material-kit/index.html
1 parent f02623e commit 49017a1

File tree

1 file changed

+2
-2
lines changed
  • themes/hugo-material/layouts/partials

1 file changed

+2
-2
lines changed

themes/hugo-material/layouts/partials/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="navbar navbar-transparent navbar-color-on-scroll fixed-top navbar-expand-lg" color-on-scroll="100" id="sectionsNav">
22
<div class="container">
33
<div class="navbar-translate">
4-
<a class="navbar-brand" href="https://demos.creative-tim.com/material-kit/index.html">
4+
<a class="navbar-brand" href="https://codemeta.github.io/index.html">
55
{{.Site.Title }} </a>
66
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
77
<span class="sr-only">Toggle navigation</span>
@@ -23,4 +23,4 @@
2323
</ul>
2424
</div>
2525
</div>
26-
</nav>
26+
</nav>

0 commit comments

Comments
 (0)