Skip to content

Commit

Permalink
newssssssssssssssssssss
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Dec 6, 2016
1 parent 50ebfa8 commit 0b58dda
Show file tree
Hide file tree
Showing 5 changed files with 294 additions and 267 deletions.
40 changes: 15 additions & 25 deletions _includes/news_sidebar.html
@@ -1,27 +1,17 @@
<div class="col-narrow">
<h2>RSS feed</h2>
<div class="col-narrow">
<h3>Archives</h3>
<p>
Visit the <a href="/news/archive/">archive</a>
to read previous newsletters.
</p>

<p>
For an RSS reader, use this link to
<a href="{{ site.news.feed }}">the feed</a>.
</p>
<h3>RSS</h3>
<p>
RSS clients can add our
<a href="{{ site.news.feed }}">RSS feed</a>.
</p>

<h2>Archives</h2>

<p>
To find and read the previous newsletters, just use the
<a href="/news/archive/">Archive</a> page.
</p>


<h2>More frequent news</h2>

<p>
Follow us on Twitter for updates and information more frequently than
the newsletter.
</p>

<a href="https://twitter.com/Neovim" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @Neovim</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
</div>
<h3>Twitter</h3>
<a href="https://twitter.com/Neovim" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @Neovim</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
3 changes: 2 additions & 1 deletion _layouts/newsletter.html
Expand Up @@ -10,11 +10,12 @@

<h1>{{ page.title }}</h1>

{{ page.date | date: "%B %Y" }}
<p>{{ page.date | date: "%B %Y" }}</p>

{{ content }}

</div>

{% include news_sidebar.html %}
</div>
</section>

0 comments on commit 0b58dda

Please sign in to comment.