diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index 6d8271c..c637334 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -13,13 +13,13 @@

Federated Core

+ {{template "nav" .}}
- {{template "nav" .}}
{{template "main" .}}
diff --git a/ui/html/pages/home.tmpl.html b/ui/html/pages/home.tmpl.html index 131c160..11d64be 100644 --- a/ui/html/pages/home.tmpl.html +++ b/ui/html/pages/home.tmpl.html @@ -2,7 +2,7 @@ {{define "main"}} {{end}} \ No newline at end of file diff --git a/ui/html/pages/vpn.tmpl.html b/ui/html/pages/vpn.tmpl.html index e5fa236..ac5f459 100644 --- a/ui/html/pages/vpn.tmpl.html +++ b/ui/html/pages/vpn.tmpl.html @@ -1,5 +1,5 @@ {{define "title"}}Page Not Found{{end}} {{define "main"}} -

VPN Info

+

VPN Info Coming Soon

{{end}} \ No newline at end of file diff --git a/ui/html/partials/nav.tmpl.html b/ui/html/partials/nav.tmpl.html index 4094d0c..73af0c6 100644 --- a/ui/html/partials/nav.tmpl.html +++ b/ui/html/partials/nav.tmpl.html @@ -1,8 +1,8 @@ {{define "nav"}} -