Skip to content

Commit e42968a

Browse files
authored
Update post.html to show orange links
1 parent 51ebd57 commit e42968a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_layouts/post.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ <h1 class="post-title p-name" itemprop="name headline" style="color: #ff4d00;">
1919
</p>
2020
</header>
2121

22+
<style>
23+
a {
24+
color: #ff4d00;
25+
}
26+
</style>
27+
2228
<div class="share-links">
2329
{% include sharelinks.html %}
2430
</div>
@@ -29,4 +35,4 @@ <h1 class="post-title p-name" itemprop="name headline" style="color: #ff4d00;">
2935
</div>
3036

3137
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
32-
</article>
38+
</article>

0 commit comments

Comments
 (0)