-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
28 lines (25 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
layout: index
title: join diaspora - blog
---
<div id="short_def">
The privacy aware, personally controlled, do-it-all, open source social network.
</div>
<h1>LATEST POST</h1>
<div class="front_text">
{% for post in site.posts limit: 1 %}
<a href="{{ post.url}}">{{ post.title }}</a>
<!-- <div id="front_blog_exceprt">{{ post.excerpt | textilize }} <a href={{post.url}}>Read more</a></div> -->
{% endfor %}
</div>
<h1 style="text-align:right;">@JOINDIASPORA</h1>
<div id="twitter_update_list" class="front_text" style="text-align:right;"></div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js">
</script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/joindiaspora.json?callback=twitterCallback2&count=1">
</script>
<h1>MAILING LIST</h1>
<div class="front_text">
<!-- <a href="http://spreadsheets.google.com/viewform?hl=en&formkey=dFFhaU00cnpKVWJjY24yMnhJbTRQb2c6MQ#gid=0">Join now, stay informed.</a> -->
<a href="http://eepurl.com/Vebk">Join now, stay informed.</a>
</div>