Skip to content

Commit 6f8a27a

Browse files
author
Steve Krouse
committed
removed li commit format bug
1 parent ee0780f commit 6f8a27a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/git-log.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The data for this page is pulled from the commit message history for this reposi
4242
{% assign message = commit.message | remove_first: first_line %}
4343
<div class="commit">
4444
<h2 class="header">
45-
{{ first_line | remove: "#" }}
45+
{{ first_line | remove: "#" | replace: "<li>", "li" }}
4646
<a class="hash" href="https://github.com/stevekrouse/futureofcoding.org/commit/{{ commit.commit }}">{{ commit.commit | truncate: 7, ""}}</a>
4747
</h2>
4848
<div class="date">{{ date }}</div>

0 commit comments

Comments
 (0)