Procházet zdrojové kódy

add .Site.BaseURL to nav

tags/v1.1
Bud Parr před 7 roky
rodič
revize
05dfb5753d
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      layouts/partials/site-navigation.html

+ 1
- 1
layouts/partials/site-navigation.html Zobrazit soubor

@@ -1,6 +1,6 @@
<nav class="pv3 ph3 ph4-ns" role="navigation">
<div class="flex-l justify-between items-center center">
<a href="/" class="f3 fw2 hover-white no-underline white-90 dib">
<a href="{{ .Site.BaseURL }}" class="f3 fw2 hover-white no-underline white-90 dib">
{{ .Site.Title }}
</a>
<div class="flex-l items-center">

Načítá se…
Zrušit
Uložit