File tree Expand file tree Collapse file tree 6 files changed +19
-2
lines changed Expand file tree Collapse file tree 6 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Critical items to know are:
14
14
- changed behaviour
15
15
16
16
## [ master] ( https://github.com/vsoch/docsy-jekyll/tree/master )
17
+ - updating repository with copyright notice (0.0.2)
17
18
- fixing link to repository in about.md (0.0.19)
18
19
- use jquery locally, in case that jquery is unreachable in some places (0.0.18)
19
20
- hiding sidebar links to reflect parent functionality (0.0.17)
Original file line number Diff line number Diff line change
1
+ Copyright 2019-2021 Vanessa Sochat
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
Original file line number Diff line number Diff line change 1
- 0.0.19
1
+ 0.0.2
Original file line number Diff line number Diff line change 1
1
< head >
2
2
< meta charset ="utf-8 ">
3
+ <!-- Copyright 2019-2021 Vanessa Sochat-->
4
+
3
5
< meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
4
6
< meta name ="generator " content ="Hugo 0.55.6 " />
5
7
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en " class ="no-js ">
3
+ <!-- Copyright 2019-2021 Vanessa Sochat-->
3
4
{% include head.html %}
4
5
{% include google-analytics.html %}
5
6
< body class ="td-section ">
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: page
3
3
---
4
-
4
+ <!-- Copyright 2019-2021 Vanessa Sochat-->
5
5
< h1 style ="margin-bottom:0px "> {{ page.title }}</ h1 >
6
6
{% if page.badges %}{% for badge in page.badges %}< span class ="badge badge-{{ badge.type }} "> {{ badge.tag }}</ span > {% endfor %}{% endif %}
7
7
< span class ="post-date " style ="font-style: italic; "> {{ page.date | date: "%B %d, %Y" }}</ span >
You can’t perform that action at this time.
0 commit comments