mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
@@ -15,6 +15,7 @@ package hugolib
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"html/template"
|
||||
"path/filepath"
|
||||
"reflect"
|
||||
"testing"
|
||||
@@ -125,6 +126,10 @@ others:
|
||||
|
||||
s := h.Sites[0]
|
||||
|
||||
// Issue #1302
|
||||
term := s.getPage(KindTaxonomyTerm, "others")
|
||||
require.Equal(t, template.URL(""), term.RSSLink)
|
||||
|
||||
// Issue #3070 preserveTaxonomyNames
|
||||
if preserveTaxonomyNames {
|
||||
helloWorld := s.getPage(KindTaxonomy, "others", "Hello Hugo world")
|
||||
|
Reference in New Issue
Block a user