mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-09 15:02:22 -04:00
Blog replacement (#1704)
This commit is contained in:
parent
193a8d512a
commit
72f74406b9
9 changed files with 62 additions and 20 deletions
9
docs/articles.en.md
Normal file
9
docs/articles.en.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Curated Articles from Around the Web
|
||||
hide:
|
||||
- navigation
|
||||
- feedback
|
||||
---
|
||||
{% for article in articles %}
|
||||
- **{{ article.date }}**: [{{ article.name }}]({{ article.url }}) from *{{ article.publisher }}*
|
||||
{% endfor %}
|
|
@ -155,7 +155,7 @@ You can subscribe YouTube channels without logging in and associating usage info
|
|||
|
||||
!!! example
|
||||
|
||||
To subscribe to a YouTube channel with an RSS client, first look for your [channel code](https://support.google.com/youtube/answer/6180214), replace `channel_id` below:
|
||||
To subscribe to a YouTube channel with an RSS client, first look for your [channel code](https://support.google.com/youtube/answer/6180214), replace `[CHANNEL ID]` below:
|
||||
```text
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id={{ channel id }}
|
||||
https://www.youtube.com/feeds/videos.xml?channel_id=[CHANNEL ID]
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue