hugo/hugolib/page_permalink_test.go
Noah Campbell 9500ec1b6b Refactor layout selection code
The render code path would use a fallback if there was an exception.
This change instead relies on explicit declaration of the layout to use
and includes a check to see if the layout indeed exists before
attempting to render it.
2013-10-08 18:44:15 +02:00

10 lines
78 B
Go

package hugolib
import (
"testing"
)
func TestPermalink(t *testing.T) {
}