summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-12-08 17:34:59 -0800
committerelijah <elijah@riseup.net>2013-12-08 17:34:59 -0800
commit140cf5b24cfaf0575017ee4f4e74ce7b0cb22061 (patch)
tree198eaf0ab2731bfe8a2b717c67112c6a4393fc1a
parent3f52a49aa8b844cc5b0ffe8c4b86d5ab3ce42114 (diff)
added press freedom news post
-rw-r--r--pages/about-us/news/2012/en.haml1
-rw-r--r--pages/about-us/news/2013/en.haml2
-rw-r--r--pages/about-us/news/2013/support-encryption-tools-for-journalists.haml6
-rw-r--r--pages/about-us/news/2013/the-big-seven/en.haml (renamed from pages/about-us/news/2012/the-big-seven/en.haml)0
-rw-r--r--pages/about-us/news/en.haml2
5 files changed, 10 insertions, 1 deletions
diff --git a/pages/about-us/news/2012/en.haml b/pages/about-us/news/2012/en.haml
index dc68ad5..2314d23 100644
--- a/pages/about-us/news/2012/en.haml
+++ b/pages/about-us/news/2012/en.haml
@@ -1 +1,2 @@
+- @path_prefix = '2012'
= recent_blog_summaries('news/2012')
diff --git a/pages/about-us/news/2013/en.haml b/pages/about-us/news/2013/en.haml
new file mode 100644
index 0000000..37de814
--- /dev/null
+++ b/pages/about-us/news/2013/en.haml
@@ -0,0 +1,2 @@
+- @path_prefix = '2013'
+= recent_blog_summaries('news/2013') \ No newline at end of file
diff --git a/pages/about-us/news/2013/support-encryption-tools-for-journalists.haml b/pages/about-us/news/2013/support-encryption-tools-for-journalists.haml
new file mode 100644
index 0000000..03a1f9c
--- /dev/null
+++ b/pages/about-us/news/2013/support-encryption-tools-for-journalists.haml
@@ -0,0 +1,6 @@
+- @title = "Support encryption tools for journalists"
+- @author = "Elijah"
+- @posted_at = "2013-12-08"
+- @more = false
+- @preview = capture_haml do
+ Freedom of the Press Foundation has launched a crowd fundraising <a href="https://pressfreedomfoundation.org/?123">campaign to support encryption tools</a> for journalists, and LEAP is one of the receiving projects. It is an honor to be amoung Tor, Tails, and WhisperSystems.
diff --git a/pages/about-us/news/2012/the-big-seven/en.haml b/pages/about-us/news/2013/the-big-seven/en.haml
index b8b6fa4..b8b6fa4 100644
--- a/pages/about-us/news/2012/the-big-seven/en.haml
+++ b/pages/about-us/news/2013/the-big-seven/en.haml
diff --git a/pages/about-us/news/en.haml b/pages/about-us/news/en.haml
index 6478a74..dc586a6 100644
--- a/pages/about-us/news/en.haml
+++ b/pages/about-us/news/en.haml
@@ -1,3 +1,3 @@
- @layout = 'blog'
-- @path_prefix = '2012'
+- @path_prefix = 'news'
= recent_blog_summaries('about-us/news')