diff --git a/_config.yml b/_config.yml index 2df1d11e..26f1fed4 100644 --- a/_config.yml +++ b/_config.yml @@ -13,4 +13,4 @@ paginate_path: "page:num/" # Build settings markdown: kramdown facebook_link: https://www.facebook.com/scopesessions -gems: [jekyll-download-local-images-plugin} +#gems: [jekyll-download-local-images-plugin] diff --git a/_layouts/event.html b/_layouts/event.html index 4650ec0c..9d964da2 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -10,10 +10,13 @@ layout: default
- +

#{{page.number}}

{{page.date_text}}

-
+ {% if page.location %} +

{{page.location}}

+ {% endif %} +

diff --git a/_plugins/jekyll-download-local-images-plugin.rb b/_plugins/jekyll-download-local-images-plugin.rb index a9d5c7c9..72ad18bf 100644 --- a/_plugins/jekyll-download-local-images-plugin.rb +++ b/_plugins/jekyll-download-local-images-plugin.rb @@ -1,7 +1,7 @@ -module Reading - class Generator < Jekyll::Generator - def generate(site) - test = True - end - end -end +# module Reading +# class Generator < Jekyll::Generator +# def generate(site) +# test = True +# end +# end +# end diff --git a/scope_logo_big.png b/assets/scope_logo_big.png similarity index 100% rename from scope_logo_big.png rename to assets/scope_logo_big.png diff --git a/css/custom.css b/css/custom.css index 7b9ccabf..66878eb0 100644 --- a/css/custom.css +++ b/css/custom.css @@ -60,6 +60,7 @@ a:hover{ .event-date h4{ font-size: 18px; + font-weight: normal; } .artist-media { diff --git a/index.html b/index.html index dbe1ee81..1a22edab 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ layout: default

#{{post.number}}

{{post.date_text}}

{% if post.location %} - {{post.location}} +

{{post.location}}

{% endif %}