Skip to content

Commit

Permalink
#65 - about page fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Yakushin committed Oct 19, 2018
1 parent 51c4a51 commit 204575e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
8 changes: 4 additions & 4 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
---

<!--<article>-->
<!--<h1 itemprop="name">{{ page.title }}</h1>-->
<!--{{ content }}-->
<!--</article>-->
<article>
<h1 itemprop="name">{{ page.title }}</h1>
{{ content }}
</article>
1 change: 1 addition & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ footer {
@extend %gray;
@extend %center;
font-size: .8em;
margin-top: 2em;
}

.disqus {
Expand Down
11 changes: 7 additions & 4 deletions static/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ layout: page
title: About
permalink: /about.html
description: |
This page explains what this blog is
about and gives other information.
This page explains what this blog is about.
keywords:
- about
- blog
- contacts
---

Hello!
My name is Mikhail Yakushin. I am a software developer. I write primarily in Java, but I am also familiar with Swift.
My main focus is OOP programming.
My name is Mikhail Yakushin. I am a software developer. I write primarily in Java.
My main focus is [OOP] programming and [Elegant Objects].


[OOP]: https://www.yegor256.com/2016/08/15/what-is-wrong-object-oriented-programming.html
[Elegant Objects]: https://www.elegantobjects.org

0 comments on commit 204575e

Please sign in to comment.