summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')