Merge branch 'master' into master

This commit is contained in:
Alexander Shelepenok 2017-10-30 17:48:08 +02:00 committed by GitHub
commit 498d871326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ Lumen is a minimal, lightweight and mobile-first starter for creating blogs uses
+ Automatic RSS generation.
+ Automatic Sitemap generation.
+ Offline support.
+ Google Analitics support.
+ Google Analytics support.
+ Disqus Comments support.
## Folder Structure

View File

@ -19,17 +19,17 @@ class Links extends React.Component {
<div className="links">
<ul className="links__list">
<li className="links__list-item">
<a href={links.twitter}>
<a href={ `https://www.twitter.com/${links.twitter}` } target="_blank" >
<i className="icon-twitter" />
</a>
</li>
<li className="links__list-item">
<a href={links.github}>
<a href={ `https://www.github.com/${links.github}` } target="_blank" >
<i className="icon-github" />
</a>
</li>
<li className="links__list-item">
<a href={links.vk}>
<a href={ `https://www.vk.com/${links.vk}`} target="_blank" >
<i className="icon-vkontakte" />
</a>
</li>