Skip to content

Commit e746ceb

Browse files
committed
Merge pull request #16 from rakaramos/source
adding Kondrat Kielar as author
2 parents c1f1afb + 4f738c4 commit e746ceb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

_config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ google_analytics_tracking_id:
100100
# Facebook Like
101101
facebook_like: false
102102

103-
author_ids: [matt, woj, rafa, marcin]
103+
author_ids: [matt, woj, rafa, marcin, kondrat]
104104
authors:
105105
matt:
106106
display_name: Mateusz Matoszko
@@ -122,3 +122,8 @@ authors:
122122
email: marcin@nshint.io
123123
twitter: noxytrux
124124
github: noxytrux
125+
kondrat:
126+
display_name: Kondrat Kielar
127+
email: kondratk@gmail.com
128+
twitter: Maroreram
129+
github: kondratk

source/_layouts/post.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
{% include article.html %}
99
<footer>
1010
<em>by <a href="https://www.twitter.com/{{ author.twitter }}" >{{ author.display_name }}</a>, {{ page.date | date: "%-Y %b %-d" }}</em>
11+
<em>{% include post/sharing.html %}</em>
1112
</footer>
1213
</article>
1314
{% if site.disqus_short_name and page.comments == true %}

0 commit comments

Comments
 (0)