diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/about.pug | 1 | ||||
-rw-r--r-- | views/contact.pug | 1 | ||||
-rw-r--r-- | views/layout.pug | 1 | ||||
-rw-r--r-- | views/projects.pug | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/views/about.pug b/views/about.pug index 9b4293c..bdadbdf 100644 --- a/views/about.pug +++ b/views/about.pug @@ -1,3 +1,4 @@ +//- SPDX-License-Identifier: AGPL-3.0-only extends layout block content diff --git a/views/contact.pug b/views/contact.pug index 8716d04..39384f6 100644 --- a/views/contact.pug +++ b/views/contact.pug @@ -1,3 +1,4 @@ +//- SPDX-License-Identifier: AGPL-3.0-only extends layout block content diff --git a/views/layout.pug b/views/layout.pug index 082922c..2d960f7 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: AGPL-3.0-only html(lang="en") head meta(charset="UTF-8") diff --git a/views/projects.pug b/views/projects.pug index 9c2cbb8..cea0aaf 100644 --- a/views/projects.pug +++ b/views/projects.pug @@ -1,3 +1,4 @@ +//- SPDX-License-Identifier: AGPL-3.0-only extends layout block content |