From 7bb4e303f853ad8515a81d3cf2061a6287df5ed4 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 27 Mar 2017 23:51:31 -0500 Subject: css changes, make tiles more compact --- myapp/templates/index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'myapp/templates/index.html') diff --git a/myapp/templates/index.html b/myapp/templates/index.html index 1a1f618..f2b7216 100644 --- a/myapp/templates/index.html +++ b/myapp/templates/index.html @@ -4,23 +4,22 @@ Craigslist Scraper -

Craigslist Scrapper

+

Craigslist Scraper

get list of current WRX STi parts for sale in Chicago area
     url: {{ baseurl }}
     query: {{ keyword }}
 
-    author: fatalhalt
     https://github.com/fatalhalt/CLscrap
-
 
{% for i in data %} -- cgit v1.2.3