We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b932805 commit e2b73caCopy full SHA for e2b73ca
_includes/archive-single.html
@@ -60,11 +60,12 @@
60
</div>
61
{% endif %}
62
63
- <h2 class="archive__item-title" itemprop="headline">
+ <h2 class="archive__item-title" itemprop="headline" style="color: #4A77D4;">
64
{% if post.link %}
65
<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>
66
{% else %}
67
- <a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a>
+ <!-- <a href="{{ base_path }}{{ post.url }}" rel="permalink">{{ title }}</a> -->
68
+ {{ title }}
69
70
</h2>
71
0 commit comments