diff options
Diffstat (limited to 'archive')
| -rw-r--r-- | archive/tag.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/archive/tag.go b/archive/tag.go index 8c1b96d..3554d9c 100644 --- a/archive/tag.go +++ b/archive/tag.go @@ -25,7 +25,7 @@ func (ta TagArchive) Render() []byte {  }  func (ta TagArchive) Target() string { -	return path.Join(config.Config.HtmlDir, "tag", t, "index.html") +	return path.Join(config.Config.HtmlDir, "tag", ta.Tag, "index.html")  }  type TagArchives []*TagArchive | 
