make home link dynamic
This commit is contained in:
parent
2e42ee1094
commit
ff9362a353
|
@ -17,7 +17,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="http://localhost:1313"><h1>CODING WITH ANDRZEJ</h1></a>
|
||||
<a href=http://localhost:1313/><h1>CODING WITH ANDRZEJ</h1></a>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<a href="http://localhost:1313"><h1>{{ site.Title }}</h1></a>
|
||||
<a href={{site.BaseURL}}><h1>{{ site.Title }}</h1></a>
|
||||
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|
||||
|
|
Loading…
Reference in New Issue