jekyll-theme-hydejack 7.3.0 → 7.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -17
  3. data/_includes/body.html +1 -0
  4. data/_includes/body/scripts.html +1 -1
  5. data/_includes/footer.html +2 -2
  6. data/_includes/head/meta.html +3 -3
  7. data/_includes/head/styles.html +1 -1
  8. data/_includes/header.txt +1 -1
  9. data/_includes/nav.html +1 -1
  10. data/_includes/templates.html +15 -0
  11. data/_layouts/base.html +42 -23
  12. data/_layouts/compress.html +1 -1
  13. data/_layouts/not-found.html +2 -0
  14. data/_sass/_mixins.scss +15 -0
  15. data/_sass/_spinner.scss +15 -0
  16. data/_sass/_variables.scss +15 -0
  17. data/_sass/hydejack/__inline/_avatar.scss +15 -1
  18. data/_sass/hydejack/__inline/_base.scss +14 -5
  19. data/_sass/hydejack/__inline/_break-layout.scss +15 -0
  20. data/_sass/hydejack/__inline/_content.scss +15 -0
  21. data/_sass/hydejack/__inline/_footer.scss +15 -0
  22. data/_sass/hydejack/__inline/_katex.scss +15 -0
  23. data/_sass/hydejack/__inline/_mark-external.scss +15 -0
  24. data/_sass/hydejack/__inline/_menu.scss +15 -0
  25. data/_sass/hydejack/__inline/_sidebar.scss +15 -1
  26. data/_sass/hydejack/__inline/_social.scss +15 -0
  27. data/_sass/hydejack/__link/_avatar.scss +15 -0
  28. data/_sass/hydejack/__link/_base.scss +14 -5
  29. data/_sass/hydejack/__link/_break-layout.scss +15 -0
  30. data/_sass/hydejack/__link/_content.scss +15 -0
  31. data/_sass/hydejack/__link/_footer.scss +15 -0
  32. data/_sass/hydejack/__link/_katex.scss +15 -0
  33. data/_sass/hydejack/__link/_mark-external.scss +15 -0
  34. data/_sass/hydejack/__link/_menu.scss +15 -0
  35. data/_sass/hydejack/__link/_sidebar.scss +15 -1
  36. data/_sass/hydejack/__link/_social.scss +15 -0
  37. data/_sass/hydejack/_avatar.pre.scss +15 -1
  38. data/_sass/hydejack/_base.pre.scss +14 -5
  39. data/_sass/hydejack/_break-layout.pre.scss +15 -0
  40. data/_sass/hydejack/_content.pre.scss +15 -0
  41. data/_sass/hydejack/_footer.pre.scss +15 -0
  42. data/_sass/hydejack/_katex.pre.scss +15 -0
  43. data/_sass/hydejack/_mark-external.pre.scss +15 -0
  44. data/_sass/hydejack/_menu.pre.scss +15 -0
  45. data/_sass/hydejack/_sidebar.pre.scss +15 -1
  46. data/_sass/hydejack/_social.pre.scss +15 -0
  47. data/_sass/pooleparty/__inline/_base.scss +15 -0
  48. data/_sass/pooleparty/__inline/_code.scss +14 -3
  49. data/_sass/pooleparty/__inline/_footer.scss +15 -0
  50. data/_sass/pooleparty/__inline/_footnotes.scss +13 -2
  51. data/_sass/pooleparty/__inline/_message.scss +13 -3
  52. data/_sass/pooleparty/__inline/_pagination.scss +13 -3
  53. data/_sass/pooleparty/__inline/_posts.scss +13 -3
  54. data/_sass/pooleparty/__inline/_related.scss +14 -1
  55. data/_sass/pooleparty/__inline/_table.scss +15 -0
  56. data/_sass/pooleparty/__inline/_type.scss +16 -9
  57. data/_sass/pooleparty/__link/_base.scss +15 -0
  58. data/_sass/pooleparty/__link/_code.scss +14 -3
  59. data/_sass/pooleparty/__link/_footer.scss +15 -0
  60. data/_sass/pooleparty/__link/_footnotes.scss +13 -2
  61. data/_sass/pooleparty/__link/_message.scss +13 -3
  62. data/_sass/pooleparty/__link/_pagination.scss +13 -3
  63. data/_sass/pooleparty/__link/_posts.scss +13 -3
  64. data/_sass/pooleparty/__link/_related.scss +14 -1
  65. data/_sass/pooleparty/__link/_table.scss +15 -0
  66. data/_sass/pooleparty/__link/_type.scss +14 -2
  67. data/_sass/pooleparty/_base.pre.scss +15 -0
  68. data/_sass/pooleparty/_code.pre.scss +14 -3
  69. data/_sass/pooleparty/_footer.pre.scss +15 -0
  70. data/_sass/pooleparty/_footnotes.pre.scss +13 -2
  71. data/_sass/pooleparty/_message.pre.scss +13 -3
  72. data/_sass/pooleparty/_pagination.pre.scss +13 -3
  73. data/_sass/pooleparty/_posts.pre.scss +13 -3
  74. data/_sass/pooleparty/_related.pre.scss +14 -1
  75. data/_sass/pooleparty/_table.pre.scss +15 -0
  76. data/_sass/pooleparty/_type.pre.scss +16 -9
  77. data/assets/css/{hydejack-7.3.0.css → hydejack-7.4.0.css} +0 -0
  78. data/assets/js/hydejack-7.4.0.js +14 -0
  79. data/assets/manifest.json +1 -1
  80. data/assets/version.json +1 -1
  81. metadata +4 -4
  82. 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
- // Code
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // Inline and block-level code snippets. Includes tweaks to syntax highlighted
15
- // snippets from Pygments/Rouge and Gist embeds.
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
- // Markdown footnotes
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // See the example content post for an example.
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
- // Messages
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // Show alert messages to users. You may add it to single elements like a `<p>`,
15
- // or to a parent if there are multiple elements to show.
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
- // Pagination
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
15
- // there are no more previous or next posts to show.
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
- // Posts and pages
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // Each post is wrapped in `.post` and is used on default and post layouts. Each
15
- // page is wrapped in `.page` and is only used on the page layout.
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
- // Related posts
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
- // Typography
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // Headings, body text, lists, and other misc typographic elements.
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: .5rem;
73
- margin-bottom: 1.5rem;
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
- // Code
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // Inline and block-level code snippets. Includes tweaks to syntax highlighted
15
- // snippets from Pygments/Rouge and Gist embeds.
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
- // Markdown footnotes
12
+ // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // See the example content post for an example.
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