update
This commit is contained in:
parent
8ede8c6e71
commit
fd64ed169b
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ image:
|
|||
<div class="row t60">
|
||||
|
||||
<div class="medium-4 columns">
|
||||
<a href="{{ site.url }}/blog/"><img src="{{ site.url }}/images/unsplash_9-302x182.jpg" alt=""></a>
|
||||
<a href="{{ site.url }}/blog/"><img src="{{ site.url }}/images/unsplash_9-302x182.jpg" width="302" height="182" alt=""></a>
|
||||
<h2 class="font-size-h3">{{ site.data.language.blog }}</h2>
|
||||
<p>
|
||||
Every good portfolio website has a blog with fresh news, thoughts and developments of your activities. <em>Feeling Responsive</em> offers you a fully functional blog, too. With an <a href="{{ site.url }}/blog/archive/">archive page</a> to give readers a quick overview of all your posts.
|
||||
|
@ -28,7 +28,7 @@ image:
|
|||
|
||||
|
||||
<div class="medium-4 columns">
|
||||
<a href="{{ site.url }}/about/"><img src="{{ site.url }}/images/unsplash_8-302x182.jpg" alt=""></a>
|
||||
<a href="{{ site.url }}/about/"><img src="{{ site.url }}/images/unsplash_8-302x182.jpg" width="302" height="182" alt=""></a>
|
||||
|
||||
<h2 class="font-size-h3">Why use this theme?</h2>
|
||||
|
||||
|
@ -41,7 +41,7 @@ image:
|
|||
|
||||
|
||||
<div class="medium-4 columns">
|
||||
<a href="{{ site.url }}/design/portfolio/"><img src="{{ site.url }}/images/github-303x182.jpg" alt=""></a>
|
||||
<a href="{{ site.url }}/design/portfolio/"><img src="{{ site.url }}/images/github-303x182.jpg" width="303" height="182" alt=""></a>
|
||||
<h2 class="font-size-h3">Download Theme</h2>
|
||||
<p>
|
||||
<em>Feeling Responsive</em> is totally free and licensed under the MIT License. You can make it your own and do with it what you want. Grab your copy or clone it at GitHub and start your website with it. Then tell me via <a href="http://twitter.com/phlow">Twitter @phlow</a>.
|
||||
|
@ -59,7 +59,7 @@ image:
|
|||
{% for post in site.posts limit:1 %}
|
||||
{% if post.image.homepage %}
|
||||
<p>
|
||||
<a href="{{ site.url }}{{ post.url }}" title="{{ post.title escape_once }}"><img src="{{ site.url }}/images/{{ post.image.homepage }}" alt="{{ page.title escape_once }}"></a>
|
||||
<a href="{{ site.url }}{{ post.url }}" title="{{ post.title escape_once }}"><img width="970" src="{{ site.url }}/images/{{ post.image.homepage }}" alt="{{ page.title escape_once }}"></a>
|
||||
</p>
|
||||
|
||||
{% if post.image.url && post.image.credit %}
|
||||
|
|
Reference in a new issue