We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8844eb commit fbdac24Copy full SHA for fbdac24
_layouts/post.html
@@ -12,7 +12,7 @@ <h1>{{ page.title }}</h1>
12
{% if page.subtitle %}
13
<h2 class="subheading">{{ page.subtitle }}</h2>
14
{% endif %}
15
- <p class="meta">Posted by {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %} on {{ page.date | date: "%B %-d, %Y" }}</p>
+ <p class="meta">Készítette: {% if page.author %}{{ page.author }}{% else %}{{ site.title }}{% endif %}</p>
16
<a href="#post" class="page-scroll"><i class="fa fa-fw fa-2x fa-arrow-down"></i></a>
17
</div>
18
@@ -30,7 +30,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
30
{{ content }}
31
32
<hr>
33
-
+
34
35
<ul class="pager">
36
{% if page.previous.url %}
0 commit comments