summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorMatei Alexandru Zaharia <matei@apache.org>2014-01-22 20:33:24 +0000
committerMatei Alexandru Zaharia <matei@apache.org>2014-01-22 20:33:24 +0000
commit673dcddb721241a6d7eef2d773a170a1e1a38202 (patch)
tree95e99582a87f471bea589487965b639323a0e05d /_layouts/post.html
parente42e6e2bef38ca1d6fb92c27a7556f30be940574 (diff)
downloadspark-website-673dcddb721241a6d7eef2d773a170a1e1a38202.tar.gz
spark-website-673dcddb721241a6d7eef2d773a170a1e1a38202.tar.bz2
spark-website-673dcddb721241a6d7eef2d773a170a1e1a38202.zip
Update site look and add pages for Streaming and MLlib
This monster commit does a variety of things: - Update the site look and feel to be cleaner - Add top-level points to front page - Add a listing of related projects, and pages for those included in Spark - Reorganize docs and community pages - Make sure the site scales properly on mobile devices - Add tabs to let users view the examples in any programming language It's just a start, but should be a step towards a better web presence.
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index f05db77dd..60b45e9fe 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -5,4 +5,9 @@ type: singular
<h2>{{page.title}}</h2>
-{{content}} \ No newline at end of file
+{{content}}
+
+<p>
+<br/>
+<a href="{{site.url}}news/">Spark News Archive</a>
+</p>