Skip to content

Commit

Permalink
removed li commit format bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Krouse committed Dec 18, 2017
1 parent cc64b13 commit ce16b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/git-log.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion log.md
Expand Up @@ -42,7 +42,7 @@ The data for this page is pulled from the commit message history for this reposi
{% assign message = commit.message | remove_first: first_line %}
<div class="commit">
<h2 class="header">
{{ first_line | remove: "#" }}
{{ first_line | remove: "#" | replace: "<li>", "li" }}
<a class="hash" href="https://github.com/stevekrouse/futureofcoding.org/commit/{{ commit.commit }}">{{ commit.commit | truncate: 7, ""}}</a>
</h2>
<div class="date">{{ date }}</div>
Expand Down

0 comments on commit ce16b6c

Please sign in to comment.