mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Fix stray end p tag in Obsidian callout titles
Also remove test references to deprecated funcs now in ERROR. Closes #12828
This commit is contained in:
@@ -147,8 +147,8 @@ func TestLastChange(t *testing.T) {
|
||||
|
||||
s := buildSingleSite(t, deps.DepsCfg{Fs: fs, Configs: configs}, BuildCfg{SkipRender: true})
|
||||
|
||||
c.Assert(s.LastChange().IsZero(), qt.Equals, false)
|
||||
c.Assert(s.LastChange().Year(), qt.Equals, 2017)
|
||||
c.Assert(s.Lastmod().IsZero(), qt.Equals, false)
|
||||
c.Assert(s.Lastmod().Year(), qt.Equals, 2017)
|
||||
}
|
||||
|
||||
// Issue #_index
|
||||
|
Reference in New Issue
Block a user