Skip to content

Commit e2b73ca

Browse files
committed
changes
1 parent b932805 commit e2b73ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_includes/archive-single.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@
6060
</div>
6161
{% endif %}
6262

63-
<h2 class="archive__item-title" itemprop="headline">
63+
<h2 class="archive__item-title" itemprop="headline" style="color: #4A77D4;">
6464
{% if post.link %}
6565
<a href="{{ post.link }}">{{ title }}</a> <a href="{{ base_path }}{{ post.url }}" rel="permalink"><i class="fa fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
6666
{% else %}
67-
<a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
67+
<!-- <a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a> -->
68+
{{ title }}
6869
{% endif %}
6970
</h2>
7071

0 commit comments

Comments
 (0)