remove hardcoded tags menu

This commit is contained in:
saadnpq 2020-04-11 17:43:33 +02:00
parent d48004aca7
commit 546959e6ff
2 changed files with 7 additions and 24 deletions

View File

@ -30,10 +30,6 @@
<span>{{ .Name }}</span> <span>{{ .Name }}</span>
</a> </a>
{{end}} {{end}}
<a href="/tags" >
<i class="fas fa-tags"></i>
<span>tags</span>
</a>
<a href="/contact" > <a href="/contact" >
<i class="far fa-envelope"></i> <i class="far fa-envelope"></i>
<span>contact</span> <span>contact</span>

View File

@ -1,25 +1,12 @@
name = "npq hugo" name = "npq hugo"
license = "GPLv3" license = "GPLv3"
licenselink = "Link to theme's license" licenselink = "https://github.com/saadnpq/npq-hugo/blob/master/LICENSE"
description = "Theme description" description = "hugo theme for personal sites"
homepage = "Website of your theme" homepage = "https://github.com/saadnpq/npq-hugo"
tags = ["blog", "company"] tags = ["blog", "contact form", "micro blog", "responsive", "mobile", "personal", "dark",]
features = ["some", "awesome", "features"] features = ["dark", "contact form", "responsive"]
min_version = "0.59.1" min_version = "0.59.1"
# If the theme has multiple authors
authors = [
{name = "Name of author", homepage = "Website of author"},
{name = "Name of author", homepage = "Website of author"}
]
# If the theme has a single author
[author] [author]
name = "Your name" name = "saadnpq"
homepage = "Your website" homepage = "https://saadnpq.com/"
# If porting an existing theme
[original]
author = "Name of original author"
homepage = "His/Her website"
repo = "Link to source code of original theme"