Skip to content

Commit

Permalink
Remove the crown and add a descriptive title
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjmesser committed Dec 20, 2024
1 parent b8253cf commit e4a7bdd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ function capitalizeWords(str) {
module.exports = function(eleventyConfig) {
// Register the plugin
eleventyConfig.addPlugin(govukEleventyPlugin,{
header: {
logotype: {
text: 'Digital Land'
},
productName: 'Technical Documentation',
},
titleSuffix: 'Digital Land',
stylesheets:['/assets/wiki.css']
})
eleventyConfig.addCollection("allPages", function(collection) {
Expand Down

0 comments on commit e4a7bdd

Please sign in to comment.