Skip to content

Commit 50b3126

Browse files
author
Steve Krouse
committed
moved hash to link to fix anchor tag
1 parent 968eab4 commit 50b3126

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

log.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ The data for this page is pulled from the commit message history for this reposi
4646
{% assign date = commit.committer.date | date: "%m/%d/%y %a %l:%M %p" %}
4747
{% assign message = commit.message | remove_first: first_line %}
4848
<div class="commit">
49-
<h2 class="header">
49+
<a class="hash" href="https://github.com/stevekrouse/futureofcoding.org/commit/{{ commit.commit }}"><h2 class="header">
5050
{{ first_line | remove: "#" | replace: "<li>", "li" }}
51-
<a class="hash" href="https://github.com/stevekrouse/futureofcoding.org/commit/{{ commit.commit }}">{{ commit.commit | truncate: 7, ""}}</a>
52-
</h2>
51+
</h2></a>
5352
<div class="date">{{ date }}</div>
5453
{% if commit.changes != empty %}
5554
<div class="files">

0 commit comments

Comments
 (0)