Repository: apex-site Updated Branches: refs/heads/master 3a9d51edb -> 566622e58
Remove obsolete announcements page. Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/566622e5 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/566622e5 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/566622e5 Branch: refs/heads/master Commit: 566622e58ffe2b667f10fc42c44492590020987f Parents: 3a9d51e Author: Thomas Weise <[email protected]> Authored: Fri Dec 30 17:05:55 2016 -0800 Committer: Thomas Weise <[email protected]> Committed: Fri Dec 30 17:05:55 2016 -0800 ---------------------------------------------------------------------- src/pages/announcements.html | 17 ----------------- src/pages/index.html | 4 ---- 2 files changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/566622e5/src/pages/announcements.html ---------------------------------------------------------------------- diff --git a/src/pages/announcements.html b/src/pages/announcements.html deleted file mode 100644 index d6ce096..0000000 --- a/src/pages/announcements.html +++ /dev/null @@ -1,17 +0,0 @@ -{{> header}} - -<div class="container"> - <div class="col-md-8"> - - {{> announcements-latest }} - {{> announcements-history }} - - </div> - <div class="col-md-4"> - - {{> upcoming-meetups}} - - </div> -</div> - -{{> footer}} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/apex-site/blob/566622e5/src/pages/index.html ---------------------------------------------------------------------- diff --git a/src/pages/index.html b/src/pages/index.html index cb8327b..0fc481a 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -40,10 +40,6 @@ <div class="container"> <div class="col-md-8"> {{> announcements-latest }} - - <br/> - For a complete list please visit the <a href="/announcements.html">announcements page</a>. - </div> <div class="col-md-4"> {{> tweets}}
