File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ en :
2
+ published_on : ' Published on'
3
+ zh_CN :
4
+ published_on : ' Published on'
5
+ zh_TW :
6
+ published_on : ' Published on'
7
+ ja :
8
+ published_on : ' Published on'
9
+ es :
10
+ published_on : ' Publicado el'
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h2 class="link-post"><a href="{{ post.url }}" title="{{ post.title }}">{{ post.
50
50
< h2 > < a href ="{{ post.url }} " title ="{{ post.title }} "> {{ post.title }}</ a > </ h2 >
51
51
< p > {{ post.excerpt | markdownify | strip_html | truncate: 160 }}</ p >
52
52
< p class ="dt-published " datetime ="{{ page.date | date_to_xmlschema }} ">
53
- < small > Published on {{ post.date | date: "%B %d, %Y" }}</ small >
53
+ < small > {{ site.data.home[page.lang]['published_on'] }} {{ post.date | date: "%B %d, %Y" }}</ small >
54
54
</ p >
55
55
{% endif %}
56
56
</ article >
You can’t perform that action at this time.
0 commit comments