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 ee0780f commit 6f8a27aCopy full SHA for 6f8a27a
_data/git-log.json
log.md
@@ -42,7 +42,7 @@ The data for this page is pulled from the commit message history for this reposi
42
{% assign message = commit.message | remove_first: first_line %}
43
<div class="commit">
44
<h2 class="header">
45
- {{ first_line | remove: "#" }}
+ {{ first_line | remove: "#" | replace: "<li>", "li" }}
46
<a class="hash" href="https://github.com/stevekrouse/futureofcoding.org/commit/{{ commit.commit }}">{{ commit.commit | truncate: 7, ""}}</a>
47
</h2>
48
<div class="date">{{ date }}</div>
0 commit comments