diff options
Diffstat (limited to 'archive')
| -rw-r--r-- | archive/tag.go | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/archive/tag.go b/archive/tag.go index 038ccb8..8c1b96d 100644 --- a/archive/tag.go +++ b/archive/tag.go @@ -24,9 +24,8 @@ func (ta TagArchive) Render() []byte {  	return render.Render(tagTmplName, ta)  } -/* TODO: make this configurable */  func (ta TagArchive) Target() string { -	return path.Join(config.Config.HtmlDir, "/tag/", fmt.Sprintf("%s.html", ta.Tag)) +	return path.Join(config.Config.HtmlDir, "tag", t, "index.html")  }  type TagArchives []*TagArchive | 
