1
0
зеркало из https://github.com/MinimalBible/MinimalBible.github.io synced 2025-09-18 04:20:36 -04:00
Этот коммит содержится в:
Zou Runyang
2013-12-17 18:34:27 +08:00
родитель 90204cbd97
Коммит 2292f79c98

Просмотреть файл

@ -27,7 +27,7 @@
{% if page.link %}
<h1 class="entry-title" itemprop="name"><a href="{{ page.link }}">{{ page.title }}</a></h1>
{% else %}
<h1 class="entry-title" itemprop="name"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}" itemprop="url">{{ page.title }}</a></h1>
<h1 class="entry-title" itemprop="name"><a href="{{ site.url }}{{ page.url }}" rel="bookmark" title="{{ page.title }}" itemprop="url">{{ page.title }}</a></h1>
{% endif %}
<h2>{{ page.date | date: "%B %d, %Y" }}</h2>
</div><!-- /.header-title-wrap -->