Add issue tracker as VCS to footer

This commit is contained in:
Florine W. Dekker 2021-06-18 11:52:24 +02:00
parent 161a36b308
commit e51c026eca
Signed by: FWDekker
GPG Key ID: 78B3EAF58145AF25
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 Felix W. Dekker
Copyright (c) 2020 F.W. Dekker
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,8 +1,8 @@
{
"name": "@fwdekker/template",
"version": "2.5.0",
"version": "2.5.1",
"description": "The base template for pages on fwdekker.com.",
"author": "Felix W. Dekker",
"author": "F.W. Dekker",
"license": "MIT",
"homepage": "https://git.fwdekker.com/FWDekker/fwdekker-template",
"repository": {
@ -35,7 +35,7 @@
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-webpack": "^4.0.3",
"webpack": "^5.38.1",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2"
}
}

View File

@ -170,7 +170,7 @@ const footer = function(
`<footer><section class="container">` +
footerLink("Made by ", author, authorURL, ". ") +
footerLink("Licensed under the ", license, licenseURL, ". ") +
footerLink("Source code available on ", vcs, vcsURL, ". ") +
footerLink("Source code and issue tracker on ", vcs, vcsURL, ". ") +
footerLink("Consider reading the ", privacyPolicyURL && "privacy policy", privacyPolicyURL, ". ") +
`<div id="footerVersion">${version || ""}</div>` +
`</section></footer>`,