Skip to content

Commit fbdac24

Browse files
committed
apró magyarítás
1 parent e8844eb commit fbdac24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/post.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>{{ page.title }}</h1>
1212
{% if page.subtitle %}
1313
<h2 class="subheading">{{ page.subtitle }}</h2>
1414
{% endif %}
15-
<p class="meta">Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}</p>
15+
<p class="meta">Készítette: {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %}</p>
1616
<a href="#post" class="page-scroll"><i class="fa fa-fw fa-2x fa-arrow-down"></i></a>
1717
</div>
1818
</div>
@@ -30,7 +30,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
3030
{{ content }}
3131

3232
<hr>
33-
33+
3434

3535
<ul class="pager">
3636
{% if page.previous.url %}

0 commit comments

Comments
 (0)