mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-25 02:31:57 -04:00
Display current year in copyright
This commit is contained in:
parent
bc21cb55c7
commit
946e3dec0e
|
@ -220,7 +220,7 @@
|
|||
|
||||
<footer class="footer bg-light">
|
||||
<div class="container">
|
||||
<span class="text-muted">Copyright © 2018 <a href="https://quantum2.xyz">Quantum</a>. Licensed under
|
||||
<span class="text-muted">Copyright © 2018-${new Date().getFullYear()} <a href="https://quantum2.xyz">Quantum</a>. Licensed under
|
||||
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</a>. Source code available on
|
||||
<a href="https://github.com/quantum5/correcthorsebatterystaple">GitHub</a>.
|
||||
</span>
|
||||
|
|
|
@ -57,7 +57,7 @@ module.exports = {
|
|||
test: /\.(scss)$/,
|
||||
use: [
|
||||
{
|
||||
loader: mode == 'production' ? MiniCssExtractPlugin.loader : 'style-loader'
|
||||
loader: mode === 'production' ? MiniCssExtractPlugin.loader : 'style-loader'
|
||||
},
|
||||
{
|
||||
// Interprets `@import` and `url()` like `import/require()` and will resolve them
|
||||
|
|
Loading…
Reference in a new issue