X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/6701f1af54131b693124f759e2d0fa07880c0e93..230e98ce128a3a6c59c3f9434522ad28b3802f94:/lib/css-source.rb diff --git a/lib/css-source.rb b/lib/css-source.rb index 211c155..3185089 100644 --- a/lib/css-source.rb +++ b/lib/css-source.rb @@ -1,7 +1,7 @@ # Nick's web site: css_source filter. Add a notice to generated CSS # files where the reader may find the source code. # -# Copyright © 2020 Nick Bowler +# Copyright © 2020-2021 Nick Bowler # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ class CssSourceFilter < Nanoc::Filter end copymsgs = copymsgs.scan(copypattern) - ["/*", + ["/*!", " * Generated file, do not edit!", " * Compiled from " + item_source(@item) + " on " + Time.now.gmtime.strftime("%Y-%m-%d %H:%M UTC"),