diff options
Diffstat (limited to 'templates/page')
| -rw-r--r-- | templates/page/index.gohtml | 2 | ||||
| -rw-r--r-- | templates/page/now.gohtml (renamed from templates/page/tags.gohtml) | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/templates/page/index.gohtml b/templates/page/index.gohtml index 73301fb..8f376f3 100644 --- a/templates/page/index.gohtml +++ b/templates/page/index.gohtml @@ -19,7 +19,7 @@ </div> {{ end }} <div class="link"> - <a href="/tags">Tags</a> + <a href="/now">Now</a> </div> </nav> </main> diff --git a/templates/page/tags.gohtml b/templates/page/now.gohtml index 6106152..776e87a 100644 --- a/templates/page/tags.gohtml +++ b/templates/page/now.gohtml @@ -1,7 +1,7 @@ {{define "body"}} <main style="{{ .GetBackground }}"> <div class="header"> - <h1 class="header__title">Tags</h1> + <h1 class="header__title">Now</h1> <nav> <a href="/">Home</a> </nav> @@ -9,8 +9,9 @@ <div class="tags" style="{{ .Color.GetTagColor }}"> {{ range $tag := .Person.Tags }} <div class="tag" data-href="{{ .Link }}" title="{{ .Link }}"> - <h3>{{ .Name }}</h3> + <h4>{{ .Name }}</h4> <p>{{ .Description }}</p> + <p><a href="">Hello</a></p> </div> {{ end }} </div> |
