now with improve content include
This commit is contained in:
parent
e40c641a14
commit
d86e9480e1
6 changed files with 42 additions and 8 deletions
|
@ -8,7 +8,8 @@ header:
|
|||
permalink: "/changelog/"
|
||||
---
|
||||
2015-02-25 // Version 0.99.1
|
||||
: Added support for Google Analtics. Added `_include/next-previous-post-in-category.html` to generate links from one post in a category to another post in that same category. Example at the bottom of [Grid & Colors]({{ site.url }}/design/grid/#bottom). Added `noindex`-variable for search engine optimization ([read more](https://support.google.com/webmasters/answer/93710?hl=en)). Changed code for breadcrumb.
|
||||
: Added support for Google Analtics. Added `_include/next-previous-post-in-category.html` to generate links from one post in a category to another post in that same category. Example at the bottom of [Grid & Colors]({{ site.url }}/design/grid/#bottom). Added `noindex`-variable for search engine optimization ([read more](https://support.google.com/webmasters/answer/93710?hl=en)). Changed code for breadcrumb. Added [Improve-Content-Include]({{ site.url }}/documentation/#improvecontenthtml).
|
||||
|
||||
|
||||
2015-02-19 // Version 0.99
|
||||
: Yes! Now *Feeling Responsive* uses the built-in sass-support by Jekyll. Open `_sass` and dig deeper into customizing this theme using your colors, typography and so on...
|
||||
|
|
|
@ -20,6 +20,7 @@ header:
|
|||
|
||||
|
||||
<div class="medium-8 medium-pull-4 columns" markdown="1">
|
||||
{% include improve_content.html %}
|
||||
|
||||
## Different Page/Posts Formats {#formats}
|
||||
|
||||
|
@ -240,6 +241,13 @@ This include creates a next/previous link to a post of the same category using t
|
|||
~~~
|
||||
|
||||
|
||||
### improve_content.html
|
||||
|
||||
If your content is on Jekyll you can use this include to automatically generate a »Edit on GitHub Link« to give people a possibility to improve your content. Got the idea from [Ben Balters Blog](http://ben.balter.com/).
|
||||
|
||||
~~~
|
||||
{% raw %}{% include improve_content.html %}{% endraw %}
|
||||
~~~
|
||||
|
||||
|
||||
<small markdown="1">[Up to table of contents](#toc)</small>
|
||||
|
@ -264,6 +272,7 @@ I only added one other javascript-module: [`backstretch`][3] by Scott Robbin. Th
|
|||
/foundation/js/jquery.backstretch.js'
|
||||
~~~
|
||||
|
||||
{% include improve_content.html %}
|
||||
|
||||
</div><!-- /.medium-8.columns -->
|
||||
</div><!-- /.row -->
|
||||
|
|
Reference in a new issue