Skip to content

Commit

Permalink
Merge pull request #199 from digital-land/remove-crown
Browse files Browse the repository at this point in the history
Remove the crown and add a descriptive title
  • Loading branch information
eveleighoj authored Jan 2, 2025
2 parents bd2b665 + e4a7bdd commit 8d72f4e
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 8d72f4e

Please sign in to comment.