mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 07:18:57 +01:00
Merge branch 'master' into master
This commit is contained in:
commit
498d871326
@ -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
|
||||
@ -104,4 +104,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
SOFTWARE.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user