diff --git a/templates/layout.html b/templates/layout.html index bc02f30..5275acc 100755 --- a/templates/layout.html +++ b/templates/layout.html @@ -9,7 +9,7 @@
-

Social Monomania

+

Social Monomania

A Social Media Listening Project
Header diff --git a/templates/results.html b/templates/results.html index fd1550b..69897a6 100644 --- a/templates/results.html +++ b/templates/results.html @@ -12,9 +12,10 @@

Results

New Search

Reddit Object

- {% for entry in redditReturn %} -
-

{{ entry.title }}

+ {% for entry, url in redditReturn.items %} +
+

{{ entry.title }} " : " {{ url }}

+