File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,9 @@ The data for this page is pulled from the commit message history for this reposi
46
46
{% assign date = commit.committer.date | date: "%m/%d/%y %a %l:%M %p" %}
47
47
{% assign message = commit.message | remove_first: first_line %}
48
48
<div class =" commit " >
49
- <h2 class =" header " >
49
+ <a class = " hash " href = " https://github.com/stevekrouse/futureofcoding.org/commit/{{ commit.commit }} " >< h2 class =" header " >
50
50
{{ 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 >
53
52
<div class =" date " >{{ date }}</div >
54
53
{% if commit.changes != empty %}
55
54
<div class =" files " >
You can’t perform that action at this time.
0 commit comments