Skip to content

Commit 70deb44

Browse files
author
Steve Krouse
committed
add link to live page
1 parent a734c9d commit 70deb44

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

log.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ The data for this page is pulled from the commit message history for this reposi
5555
{% for change in commit.changes %}
5656
{% if change[2] != '_data/git-log.json' %}
5757
<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"}}">
6163
{{change[2]}}
6264
</a>
6365
</div>

0 commit comments

Comments
 (0)