Skip to content

Commit

Permalink
Merge pull request #79 from uktrade/docs/links-to-footer
Browse files Browse the repository at this point in the history
docs: add links to footer
  • Loading branch information
michalc authored Feb 18, 2024
2 parents 6aaf4fb + adf9270 commit 3f74ad7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ module.exports = function(eleventyConfig) {
html: fs.readFileSync('./docs/assets/dit-logo.svg', {encoding: 'utf8'})
},
productName: 'stream-unzip',
},
footer: {
meta: {
items: [
{
href: 'https://github.com/uktrade/stream-unzip',
text: 'GitHub repository for stream-unzip'
},
{
href: 'https://www.gov.uk/government/organisations/department-for-business-and-trade',
text: 'Created by the Department for Business and Trade (DBT)'
}
]
}
}
})

Expand Down

0 comments on commit 3f74ad7

Please sign in to comment.