add SPDX-License-Identifier to zola files

* confirmed intent with authors sm2n and spongycake
* style.css imported from design-system, responsive-nav itself is MIT
* html comment should come after doctype declaration
This commit is contained in:
Phil Morrell 2022-02-05 19:08:10 +00:00
parent c8c37b7e93
commit eceb2f66bb
Signed by: emorrp1
GPG Key ID: DBCA65091F248E6C
6 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# SPDX-License-Identifier: CC0-1.0
# The URL the site will be built for
base_url = "https://libregaming.org"

View File

@ -1,3 +1,5 @@
+++
+++
<!-- SPDX-License-Identifier: CC0-1.0 -->
# Hi there

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
/*!**************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/responsive-nav/responsive-nav.css ***!
\**************************************************************************************************/

View File

@ -1,4 +1,5 @@
<!DOCTYPE html>
<!-- SPDX-License-Identifier: CC0-1.0 -->
<html lang="en">
<head>

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
<!-- SPDX-License-Identifier: CC0-1.0 -->
{% block content %}
{{ section.content | safe }}

View File

@ -1,4 +1,5 @@
{% extends "base.html" %}
<!-- SPDX-License-Identifier: CC0-1.0 -->
{% block content %}
{{ page.content | safe }}