Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5e9c18c..e50fd55 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -6,10 +6,4 @@
{{ hugo.Generator }}
<link rel="stylesheet" type="text/css" href='{{ "css/bootstrap.min.css" | absURL }}'>
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }}{{ end }}</title>
- <nav class="navbar text-center sticky-top bg-white mt-2 mb-1">
- <a href='{{ .Site.BaseURL }}'><span class="btn btn-sm btn-outline-primary">Home</span></a>
- <a href='{{ "about" | absURL }}'><span class="btn btn-sm btn-outline-secondary">About</span></a>
- <a href='{{ "post" | absURL }}'><span class="btn btn-sm btn-outline-success">Blog</span></a>
- <a href='{{ "tags" | absURL }}'><span class="btn btn-sm btn-outline-warning">Tags</span></a>
- </nav>
</head>