gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www] 02/03: Revert "remove gns redirect"


From: gnunet
Subject: [www] 02/03: Revert "remove gns redirect"
Date: Fri, 20 Dec 2019 09:41:07 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www.

commit 3c2d6974ae9686953677abc8c098e9a6cbfd1fe8
Author: ng0 <address@hidden>
AuthorDate: Fri Dec 20 08:33:43 2019 +0000

    Revert "remove gns redirect"
    
    This reverts commit bbc83d85730e532a6ce43c702f743e26bb12aca7.
---
 Makefile | 2 ++
 www.yml  | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/Makefile b/Makefile
index fdf292f..e47f3fa 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ all: locale template
        (cd rendered; $(ln) -fs frontpage.html frontpage)
        ($(cp) static/moved_gsoc.html rendered/gsoc.html)
        (cd rendered; $(ln) -fs gsoc.html gsoc)
+       ($(cp) static/moved_gns.html rendered/gns.html)
+       (cd rendered; $(ln) -fs gns.html gns)
        ($(mkdir) -p rendered/node ; $(cp) static/moved_about.html 
rendered/node/about.html)
        (cd rendered/node ; $(ln) -fs about.html 397)
        ($(cp) static/moved_about.html rendered/about.html)
diff --git a/www.yml b/www.yml
index d084811..aeb0dba 100644
--- a/www.yml
+++ b/www.yml
@@ -23,6 +23,9 @@ symlinks:
     - file: about.html
       targets:
         - philosophy
+    - file: gns.html
+      targets:
+        - gns
     - file: node/about.html
       targets:
         - "397"
@@ -42,6 +45,9 @@ staticfiles:
     - file: moved_about.html
       targets:
         - about.html
+    - file: moved_gns.html
+      targets:
+        - gns.html
 meetingnotes:
   2013: 2013-12-27
   2014: 2014-12-28

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]