From 0f285a1d4dad0f6e5369c5398372c4f37203597c Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 3 May 2021 12:21:01 +0200 Subject: [PATCH] Fixed broken integration for git-revision-date-localized plugin --- material/partials/source-date.html | 2 +- src/partials/source-date.html | 25 +++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/material/partials/source-date.html b/material/partials/source-date.html index 9e330e335..486a4414f 100644 --- a/material/partials/source-date.html +++ b/material/partials/source-date.html @@ -1,4 +1,4 @@ {#- This file was automatically generated - do not edit -#} -{% include "partials/source-file.html" %} \ No newline at end of file +{% include "partials/source-file.html" %} diff --git a/src/partials/source-date.html b/src/partials/source-date.html index bd1b3c3a9..b1b86ab57 100644 --- a/src/partials/source-date.html +++ b/src/partials/source-date.html @@ -1,3 +1,24 @@ + -{% include "partials/source-file.html" %} \ No newline at end of file + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + IN THE SOFTWARE. +--> + + +{% include "partials/source-file.html" %}