diff options
author | clarkzjw <[email protected]> | 2023-03-01 23:57:55 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-01 23:57:55 -0800 |
commit | c302ab8d89c712a90d383ba7e2ef7e5fddf89726 (patch) | |
tree | fbb19cfb7c2c0745754bd9f2f26b6b1f895275c2 | |
parent | 6bbf6f5d8b4fc0d07615a98cd704b0808b064cc9 (diff) | |
download | photo-c302ab8d89c712a90d383ba7e2ef7e5fddf89726.tar.gz |
update footer, add MIT License
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | site/_layouts/default.html | 2 |
2 files changed, 22 insertions, 1 deletions
@@ -0,0 +1,21 @@ | |||
1 | MIT License | ||
2 | |||
3 | Copyright (c) 2023 clarkzjw | ||
4 | |||
5 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
6 | of this software and associated documentation files (the "Software"), to deal | ||
7 | in the Software without restriction, including without limitation the rights | ||
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
9 | copies of the Software, and to permit persons to whom the Software is | ||
10 | furnished to do so, subject to the following conditions: | ||
11 | |||
12 | The above copyright notice and this permission notice shall be included in all | ||
13 | copies or substantial portions of the Software. | ||
14 | |||
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
21 | SOFTWARE. | ||
diff --git a/site/_layouts/default.html b/site/_layouts/default.html index 389fd5c..eaf8e63 100644 --- a/site/_layouts/default.html +++ b/site/_layouts/default.html | |||
@@ -27,7 +27,7 @@ | |||
27 | <hr class="hr"> | 27 | <hr class="hr"> |
28 | {% capture label %}View source{% endcapture %} | 28 | {% capture label %}View source{% endcapture %} |
29 | Made w/ ❤️ from 🇨🇦 | 29 | Made w/ ❤️ from 🇨🇦 |
30 | (<a href="https://cgit.jinwei.me/clarkzjw/photo/">{{ label }}</a>) | 30 | (<a href="https://cgit.jinwei.me/clarkzjw/photo/">{{ label }}</a>). Theme forked from <a href="https://muan.co">muan.co</a>. |
31 | </footer> | 31 | </footer> |
32 | 32 | ||
33 | {% if page.root %} | 33 | {% if page.root %} |