diff options
| author | davidovski <david@davidovski.xyz> | 2021-10-02 15:37:51 +0100 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2021-10-02 15:37:51 +0100 | 
| commit | ed79ab84884979fce095444423f746c366501377 (patch) | |
| tree | 0f467a3f3a2a997dc3cd808538a381be0a7733d9 /templates | |
| parent | eed4ab6ebf07a696ed13bfeb70ccd73784208748 (diff) | |
added all data
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/file.html | 4 | ||||
| -rw-r--r-- | templates/page.html | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/templates/file.html b/templates/file.html index 6171875..19048c3 100644 --- a/templates/file.html +++ b/templates/file.html @@ -1,7 +1,7 @@  <h1>%filename%</h1> -<p><a href="../">../</a></p> -  <p><code>%commit%</code></p>  %content% + +<p>Clone this repo: <code>git clone %url%</code><p> diff --git a/templates/page.html b/templates/page.html index 6537bc6..18c74be 100644 --- a/templates/page.html +++ b/templates/page.html @@ -12,7 +12,7 @@  				<a href="https://davidovski.xyz/"<h1 class="title">davidovski.xyz</h1></a>  				<hr>  				<div class="links"> -					<a href="https://github.com/davidovski">git</a> +					<a href="https://davidovski.xyz/git">git</a>  					|  					<a href="https://osu.ppy.sh/users/11140827">osu</a>  					| | 
