Commit eeb9a89
Rss feed fix (#293)
* Update social icons in footer
Add to the site footer an icon linking to the YouTube channel as per issue #2239. Change the email entry to direct to info@interlisp.org instead of the Interlisp Users mailing list, which addresses issue #1426.
Signed-off-by: Paolo Amoroso <info@paoloamoroso.com>
* Fixes rss feed. Changes to _index.md are now included.
The code was including all the pages within a section but not the
section index, _index.md. This was fixed by specifically adding
the section index page:
```
{{- $pages = $pages | union (slice .) }}
```
and then adding the pages within the section:
```
{{- $pages = $pages | union (slice .) }}
```
In addition, the pages are ordered via Publish Date before the
resulting feed is build.
---------
Signed-off-by: Paolo Amoroso <info@paoloamoroso.com>
Co-authored-by: Paolo Amoroso <info@paoloamoroso.com>1 parent 202edf6 commit eeb9a89
1 file changed
+19
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | | - | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
| 31 | + | |
25 | 32 | | |
26 | | - | |
| 33 | + | |
| 34 | + | |
27 | 35 | | |
28 | 36 | | |
29 | 37 | | |
30 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
31 | 42 | | |
32 | 43 | | |
33 | 44 | | |
34 | 45 | | |
35 | 46 | | |
| 47 | + | |
36 | 48 | | |
37 | 49 | | |
38 | | - | |
| 50 | + | |
39 | 51 | | |
40 | 52 | | |
41 | 53 | | |
| |||
0 commit comments