Skip to content

Commit fe8fe0e

Browse files
committed
added link to repo
1 parent b721bc9 commit fe8fe0e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update.sh

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ mkdir -p "${checkoutdir}"
2929

3030
{
3131
echo '<h1>Updating the Magical Pony</h1>'
32+
echo '<p>'
33+
echo ' <a href="https://github.com/creativecommons/magical-pony">'
34+
echo ' https://github.com/creativecommons/magical-pony'
35+
echo ' </a>'
36+
echo '</p>'
3237
echo "<h2>$(date '+%A %F %T %:::z %Z')</h2>"
3338
cat pony.img.html
3439
} > "${statusfile}"

0 commit comments

Comments
 (0)