From c86206a673525cd8401750400517c5aa2875d8ec Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 16 Apr 2017 12:15:00 -0700 Subject: fix tag.go --- archive/tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archive/tag.go') 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 -- cgit v1.2.3