Skip to content

Commit f51366c

Browse files
committed
revert unnecessary changes
1 parent 3bc1e09 commit f51366c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

_data/news.yml

Whitespace-only changes.

_layouts/post.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
{% include navbar.html %}
55

66
<h2 class="max-w-4xl mx-auto text-4xl text-center mb-2 mt-30 px-8 xl:mt-15">
7-
{% if page.in-detail-title %}
8-
{{ page.in-detail-title }}
9-
{% else %}
10-
{{ page.title }}
11-
{% endif %}
7+
{{ page.title }}
128
<span class="block mt-5 text-2xl">{{ page.subtitle | upcase }}</span>
139
</h2>
1410

0 commit comments

Comments
 (0)