resources/page: Add missing GitInfo to Page

This commit is contained in:
Bjørn Erik Pedersen
2019-04-05 16:52:37 +02:00
parent d1553b4b0f
commit 75467cd785

View File

@@ -209,6 +209,8 @@ type PageWithoutContent interface {
// For pages backed by a file. // For pages backed by a file.
FileProvider FileProvider
GitInfoProvider
// Output formats // Output formats
OutputFormatsProvider OutputFormatsProvider
AlternativeOutputFormatsProvider AlternativeOutputFormatsProvider