diff --git a/src/index.py b/src/index.py
index cf3e1c3..af972ed 100644
--- a/src/index.py
+++ b/src/index.py
@@ -43,7 +43,6 @@ def list_snippets(articles):
content += ''
a.append(content)
a.append(text[head + 1].replace('
',''))
- a.append("social")
a.append(path)
result.append(a)
return result
diff --git a/src/views/diary.tpl b/src/views/diary.tpl
index 7de2e63..3c18d9f 100644
--- a/src/views/diary.tpl
+++ b/src/views/diary.tpl
@@ -69,16 +69,17 @@
% for s in snippets[page * limit:page * limit + limit]: