File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,11 @@ The data for this page is pulled from the commit message history for this reposi
55
55
{% for change in commit.changes %}
56
56
{% if change[ 2] != '_ data/git-log.json' %}
57
57
<div class =" file " >
58
- <span class =" additions " >{{change[ 0] }} additions</span > &
59
- <span class =" deletions " >{{change[ 1] }} deletions</span >
60
- <a target =" _blank " href =" https://github.com/stevekrouse/futureofcoding.org/blob/{{commit.commit}}/{{change[2]}} " >
58
+ <a target =" _blank " class =" changes " href =" https://github.com/stevekrouse/futureofcoding.org/blob/{{commit.commit}}/{{change[2]}} " >
59
+ <span class =" additions " >{{change[ 0] }} additions</span > &
60
+ <span class =" deletions " >{{change[ 1] }} deletions</span >
61
+ </a >
62
+ <a target="_ blank" href="/{{change[ 2] | remove: ".md"}}">
61
63
{{change[ 2] }}
62
64
</a >
63
65
</div >
You can’t perform that action at this time.
0 commit comments