Skip to content

Commit

Permalink
Add layout default to taxonomy pages (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
beryllium committed Apr 11, 2019
1 parent 33dd8ed commit 1bb63a2
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -301,6 +301,7 @@ private function getTaxonomyIndexTemplate(

return <<<EOT
---
layout: default
use: [${plural}_${taxonomy}]
---
<h1>${title}</h1>
Expand All @@ -323,6 +324,7 @@ private function getTaxonomyViewTemplate(

return <<<EOT
---
layout: default
generator: [${plural}_${singularTaxonomy}_index, pagination]
pagination:
provider: page.${singularTaxonomy}_${plural}
Expand Down

0 comments on commit 1bb63a2

Please sign in to comment.