commit f4a0a1302c0b020b963550fca9131ac02c020777 Author: gus gus@torproject.org Date: Thu May 20 18:44:46 2021 -0300
Add PrivChat 3 page --- content/privchat/chapter-3/contents.lr | 3 +++ templates/privchat.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/content/privchat/chapter-3/contents.lr b/content/privchat/chapter-3/contents.lr new file mode 100644 index 00000000..a0902ded --- /dev/null +++ b/content/privchat/chapter-3/contents.lr @@ -0,0 +1,3 @@ +html: privchat-3.html +--- +color: primary diff --git a/templates/privchat.html b/templates/privchat.html index 5e0ac234..19430cfa 100644 --- a/templates/privchat.html +++ b/templates/privchat.html @@ -142,7 +142,7 @@
<div class="p-5 mt-5 border"> <img class="card-img-top mb-5" src="{{ '/static/images/privchat/privchat3-cover.png' }}" alt="PrivChat with Tor"> - <a class="h2 text-primary" href="chapter-2">Chapter #3 - Tor Advancing Human Rights</a> + <a class="h2 text-primary" href="chapter-3">Chapter #3 - Tor Advancing Human Rights</a> <div> <p><span class="text-primary nick"><mark>With Alison Macrina, Berhan Taye and Ramy Raoof. Hosted by Ed Snowden.</mark></span></p> </div>
tor-commits@lists.torproject.org