diff --git a/web/articles.go b/web/articles.go index c54bc00..c61a237 100644 --- a/web/articles.go +++ b/web/articles.go @@ -28,7 +28,7 @@ type ArticleMetadata struct { URL string } -// GetArticleMetadata returns a slice of metadata that is sorted by date +// GetArticleMetadata returns a slice of metadata that is sorted by ID func GetArticleMetadata() (meta []ArticleMetadata) { for urlid, article := range articles {