diff options
author | Adam Spiers <git@adamspiers.org> | 2016-06-11 22:20:04 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-15 13:42:16 +0100 |
commit | 2c9d23b0291157eb1096384ff76e0122747b9bdf (patch) | |
tree | 524c7b479b65a478c998c28475d52e636b919200 /html/tip-template.html | |
parent | 9a741f07167dcb6cc81a8f87036d1ea75c4270d3 (diff) | |
download | git-deps-2c9d23b0291157eb1096384ff76e0122747b9bdf.tar.gz |
convert into a proper Python module
Sem-Ver: api-break
Diffstat (limited to 'html/tip-template.html')
-rw-r--r-- | html/tip-template.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/html/tip-template.html b/html/tip-template.html deleted file mode 100644 index 1362574..0000000 --- a/html/tip-template.html +++ /dev/null @@ -1,11 +0,0 @@ -<div id="fragment"> - <p class="commit-title" /> - <div class="commit-meta"> - <span class="commit-author"></span> - authored on - <time class="commit-time" is="relative-time" /> - </div> - <div class="commit-body"> - <pre /> - </div> -</div> |