jekyll-theme-hydejack 7.3.0 → 7.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -17
- data/_includes/body.html +1 -0
- data/_includes/body/scripts.html +1 -1
- data/_includes/footer.html +2 -2
- data/_includes/head/meta.html +3 -3
- data/_includes/head/styles.html +1 -1
- data/_includes/header.txt +1 -1
- data/_includes/nav.html +1 -1
- data/_includes/templates.html +15 -0
- data/_layouts/base.html +42 -23
- data/_layouts/compress.html +1 -1
- data/_layouts/not-found.html +2 -0
- data/_sass/_mixins.scss +15 -0
- data/_sass/_spinner.scss +15 -0
- data/_sass/_variables.scss +15 -0
- data/_sass/hydejack/__inline/_avatar.scss +15 -1
- data/_sass/hydejack/__inline/_base.scss +14 -5
- data/_sass/hydejack/__inline/_break-layout.scss +15 -0
- data/_sass/hydejack/__inline/_content.scss +15 -0
- data/_sass/hydejack/__inline/_footer.scss +15 -0
- data/_sass/hydejack/__inline/_katex.scss +15 -0
- data/_sass/hydejack/__inline/_mark-external.scss +15 -0
- data/_sass/hydejack/__inline/_menu.scss +15 -0
- data/_sass/hydejack/__inline/_sidebar.scss +15 -1
- data/_sass/hydejack/__inline/_social.scss +15 -0
- data/_sass/hydejack/__link/_avatar.scss +15 -0
- data/_sass/hydejack/__link/_base.scss +14 -5
- data/_sass/hydejack/__link/_break-layout.scss +15 -0
- data/_sass/hydejack/__link/_content.scss +15 -0
- data/_sass/hydejack/__link/_footer.scss +15 -0
- data/_sass/hydejack/__link/_katex.scss +15 -0
- data/_sass/hydejack/__link/_mark-external.scss +15 -0
- data/_sass/hydejack/__link/_menu.scss +15 -0
- data/_sass/hydejack/__link/_sidebar.scss +15 -1
- data/_sass/hydejack/__link/_social.scss +15 -0
- data/_sass/hydejack/_avatar.pre.scss +15 -1
- data/_sass/hydejack/_base.pre.scss +14 -5
- data/_sass/hydejack/_break-layout.pre.scss +15 -0
- data/_sass/hydejack/_content.pre.scss +15 -0
- data/_sass/hydejack/_footer.pre.scss +15 -0
- data/_sass/hydejack/_katex.pre.scss +15 -0
- data/_sass/hydejack/_mark-external.pre.scss +15 -0
- data/_sass/hydejack/_menu.pre.scss +15 -0
- data/_sass/hydejack/_sidebar.pre.scss +15 -1
- data/_sass/hydejack/_social.pre.scss +15 -0
- data/_sass/pooleparty/__inline/_base.scss +15 -0
- data/_sass/pooleparty/__inline/_code.scss +14 -3
- data/_sass/pooleparty/__inline/_footer.scss +15 -0
- data/_sass/pooleparty/__inline/_footnotes.scss +13 -2
- data/_sass/pooleparty/__inline/_message.scss +13 -3
- data/_sass/pooleparty/__inline/_pagination.scss +13 -3
- data/_sass/pooleparty/__inline/_posts.scss +13 -3
- data/_sass/pooleparty/__inline/_related.scss +14 -1
- data/_sass/pooleparty/__inline/_table.scss +15 -0
- data/_sass/pooleparty/__inline/_type.scss +16 -9
- data/_sass/pooleparty/__link/_base.scss +15 -0
- data/_sass/pooleparty/__link/_code.scss +14 -3
- data/_sass/pooleparty/__link/_footer.scss +15 -0
- data/_sass/pooleparty/__link/_footnotes.scss +13 -2
- data/_sass/pooleparty/__link/_message.scss +13 -3
- data/_sass/pooleparty/__link/_pagination.scss +13 -3
- data/_sass/pooleparty/__link/_posts.scss +13 -3
- data/_sass/pooleparty/__link/_related.scss +14 -1
- data/_sass/pooleparty/__link/_table.scss +15 -0
- data/_sass/pooleparty/__link/_type.scss +14 -2
- data/_sass/pooleparty/_base.pre.scss +15 -0
- data/_sass/pooleparty/_code.pre.scss +14 -3
- data/_sass/pooleparty/_footer.pre.scss +15 -0
- data/_sass/pooleparty/_footnotes.pre.scss +13 -2
- data/_sass/pooleparty/_message.pre.scss +13 -3
- data/_sass/pooleparty/_pagination.pre.scss +13 -3
- data/_sass/pooleparty/_posts.pre.scss +13 -3
- data/_sass/pooleparty/_related.pre.scss +14 -1
- data/_sass/pooleparty/_table.pre.scss +15 -0
- data/_sass/pooleparty/_type.pre.scss +16 -9
- data/assets/css/{hydejack-7.3.0.css → hydejack-7.4.0.css} +0 -0
- data/assets/js/hydejack-7.4.0.js +14 -0
- data/assets/manifest.json +1 -1
- data/assets/version.json +1 -1
- metadata +4 -4
- data/assets/js/hydejack-7.3.0.js +0 -14
@@ -1,3 +1,18 @@
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
|
+
//
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
6
|
+
// (at your option) any later version.
|
7
|
+
//
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
// GNU General Public License for more details.
|
12
|
+
//
|
13
|
+
// You should have received a copy of the GNU General Public License
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
1
16
|
// <<<<< LINK
|
2
17
|
article {
|
3
18
|
.katex-display, div.MathJax_Preview {
|
@@ -1,3 +1,18 @@
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
|
+
//
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
6
|
+
// (at your option) any later version.
|
7
|
+
//
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
// GNU General Public License for more details.
|
12
|
+
//
|
13
|
+
// You should have received a copy of the GNU General Public License
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
1
16
|
// <<< link
|
2
17
|
@media screen {
|
3
18
|
a[href*="//"]:not(.no-mark-external), , a.external:not(.no-mark-external), a.no-push-state:not(.no-mark-external) {
|
@@ -1,3 +1,18 @@
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
|
+
//
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
6
|
+
// (at your option) any later version.
|
7
|
+
//
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
// GNU General Public License for more details.
|
12
|
+
//
|
13
|
+
// You should have received a copy of the GNU General Public License
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
1
16
|
// <<<<< INLINE
|
2
17
|
.fixed-top {
|
3
18
|
position: fixed;
|
@@ -1,8 +1,22 @@
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
|
+
//
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
6
|
+
// (at your option) any later version.
|
7
|
+
//
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
// GNU General Public License for more details.
|
12
|
+
//
|
13
|
+
// You should have received a copy of the GNU General Public License
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
1
16
|
.sidebar {
|
2
17
|
color: rgba(255,255,255,.75); // inline
|
3
18
|
text-align: left; // inline
|
4
19
|
|
5
|
-
// Sidebar links
|
6
20
|
a {
|
7
21
|
color: #fff; // inline
|
8
22
|
border-bottom-color: rgba(255, 255, 255, 0.2); // inline
|
@@ -1,3 +1,18 @@
|
|
1
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
2
|
+
//
|
3
|
+
// This program is free software: you can redistribute it and/or modify
|
4
|
+
// it under the terms of the GNU General Public License as published by
|
5
|
+
// the Free Software Foundation, either version 3 of the License, or
|
6
|
+
// (at your option) any later version.
|
7
|
+
//
|
8
|
+
// This program is distributed in the hope that it will be useful,
|
9
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
11
|
+
// GNU General Public License for more details.
|
12
|
+
//
|
13
|
+
// You should have received a copy of the GNU General Public License
|
14
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
|
+
|
1
16
|
// <<<<< INLINE
|
2
17
|
.sidebar-social {
|
3
18
|
margin-bottom: .5rem;
|
@@ -9,6 +9,21 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
* {
|
13
28
|
box-sizing: border-box;
|
14
29
|
// // -webkit-tap-highlight-color: transparent;
|
@@ -9,9 +9,20 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
16
27
|
|
17
28
|
|
@@ -9,4 +9,19 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
// footer { margin-bottom: 2rem; }
|
@@ -9,8 +9,19 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
26
|
|
16
27
|
|
@@ -9,10 +9,20 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
16
26
|
|
17
27
|
|
18
28
|
.message {
|
@@ -9,9 +9,19 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
16
26
|
|
17
27
|
|
@@ -9,10 +9,20 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
16
26
|
|
17
27
|
|
18
28
|
.page {
|
@@ -9,7 +9,20 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
13
26
|
|
14
27
|
|
15
28
|
.related-posts {
|
@@ -9,6 +9,21 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
table:not(.highlight) {
|
13
28
|
|
14
29
|
border-collapse: collapse;
|
@@ -9,9 +9,21 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
15
27
|
|
16
28
|
|
17
29
|
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
@@ -69,13 +81,8 @@ strong {
|
|
69
81
|
|
70
82
|
.hr {
|
71
83
|
border-bottom: 1px solid $border-color;
|
72
|
-
padding-bottom:
|
73
|
-
margin-bottom:
|
74
|
-
|
75
|
-
&.page-title {
|
76
|
-
padding-bottom: 1rem;
|
77
|
-
margin-bottom: 2rem;
|
78
|
-
}
|
84
|
+
padding-bottom: 1rem;
|
85
|
+
margin-bottom: 2rem;
|
79
86
|
}
|
80
87
|
|
81
88
|
h4, h5, h6, .h4, .h5, .h6 {
|
@@ -9,6 +9,21 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
* {
|
13
28
|
// box-sizing: border-box;
|
14
29
|
// -webkit-tap-highlight-color: transparent;
|
@@ -9,10 +9,21 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
15
|
-
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
16
27
|
|
17
28
|
|
18
29
|
code, pre {
|
@@ -9,4 +9,19 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
|
+
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
26
|
+
|
12
27
|
footer { margin-bottom: 2rem; }
|
@@ -9,9 +9,20 @@
|
|
9
9
|
* to continuosly rebuild this file.
|
10
10
|
*/
|
11
11
|
|
12
|
-
//
|
12
|
+
// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
|
13
13
|
//
|
14
|
-
//
|
14
|
+
// This program is free software: you can redistribute it and/or modify
|
15
|
+
// it under the terms of the GNU General Public License as published by
|
16
|
+
// the Free Software Foundation, either version 3 of the License, or
|
17
|
+
// (at your option) any later version.
|
18
|
+
//
|
19
|
+
// This program is distributed in the hope that it will be useful,
|
20
|
+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
+
// GNU General Public License for more details.
|
23
|
+
//
|
24
|
+
// You should have received a copy of the GNU General Public License
|
25
|
+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
26
|
|
16
27
|
|
17
28
|
// Footnote number within body text
|