Skip to content

Commit

Permalink
Merge pull request #2 from LRDNUG/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
DrewMorgan authored Jan 9, 2017
2 parents 7934bfb + c7a2cbf commit e072fd0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
</a>
</div>
</div>
<div class="callout-card ">
<div class="card-label">
<div class="label-text">
Join us
</div>
</div>
<div class="callout-card-content">
<a href="https://www.meetup.com/Little-Rock-NET-User-Group/" class="btn btn-success btn-lg btn-block">Join Us on Meetup!</a>
</div>
</div>

</div>
</div>
Expand Down
9 changes: 7 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ <h1>{{ page.title }}</h1>
{{ content }}
</div>
</article>

{% include sponsors.html %}
<div class="row">
<div class="col-md-6 col-md-offset-3">
<a href="https://www.meetup.com/Little-Rock-NET-User-Group/" class="btn btn-primary btn-lg btn-block">RSVP on Meetup</a>
</div>
</div>
&nbsp;
{% include sponsors.html %}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4>{{ post.date | date: "%B %Y" }}: <a href="{{ site.baseurl }}{{ post.url }}">
{{ post.content | truncatewords:40}}
</div>

<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a>
<a href="{{ site.baseurl }}{{ post.url }}" class="read-more">Read More</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="https://www.meetup.com/Little-Rock-NET-User-Group/" class="read-more">Join Us on Meetup</a>
</article>
{% if firstPost == true %}
<hr />
Expand Down

0 comments on commit e072fd0

Please sign in to comment.