Fixed little lyout error on event.html
This commit is contained in:
parent
0e1c504a6e
commit
ca0616274b
6 changed files with 15 additions and 11 deletions
|
|
@ -13,4 +13,4 @@ paginate_path: "page:num/"
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
facebook_link: https://www.facebook.com/scopesessions
|
facebook_link: https://www.facebook.com/scopesessions
|
||||||
gems: [jekyll-download-local-images-plugin}
|
#gems: [jekyll-download-local-images-plugin]
|
||||||
|
|
|
||||||
|
|
@ -10,10 +10,13 @@ layout: default
|
||||||
|
|
||||||
<div class="event-date col-md-2 col-md-offset-1">
|
<div class="event-date col-md-2 col-md-offset-1">
|
||||||
|
|
||||||
<a href={{page.url}}>
|
<p>
|
||||||
<h3>#{{page.number}}</h3>
|
<h3>#{{page.number}}</h3>
|
||||||
<h4>{{page.date_text}}</h4>
|
<h4>{{page.date_text}}</h4>
|
||||||
</a>
|
{% if page.location %}
|
||||||
|
<p><a class="button hvr-sweep-to-top" href={{page.location_website}} target="_blank">{{page.location}}</a></p>
|
||||||
|
{% endif %}
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
module Reading
|
# module Reading
|
||||||
class Generator < Jekyll::Generator
|
# class Generator < Jekyll::Generator
|
||||||
def generate(site)
|
# def generate(site)
|
||||||
test = True
|
# test = True
|
||||||
end
|
# end
|
||||||
end
|
# end
|
||||||
end
|
# end
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
|
@ -60,6 +60,7 @@ a:hover{
|
||||||
|
|
||||||
.event-date h4{
|
.event-date h4{
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.artist-media {
|
.artist-media {
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ layout: default
|
||||||
<h3>#{{post.number}}</h3>
|
<h3>#{{post.number}}</h3>
|
||||||
<h4>{{post.date_text}}</h4>
|
<h4>{{post.date_text}}</h4>
|
||||||
{% if post.location %}
|
{% if post.location %}
|
||||||
<a class="button hvr-sweep-to-top" href={{post.location_website}} target="_blank">{{post.location}}</a>
|
<p><a class="button hvr-sweep-to-top" href={{post.location_website}} target="_blank">{{post.location}}</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue