summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStas Medvedev <medvedevsa97@gmail.com>2024-06-13 03:23:34 +0300
committerStas Medvedev <medvedevsa97@gmail.com>2024-06-13 03:23:34 +0300
commit4b7b6d6d2c5a923c10da8199451d9b77d9dfe78a (patch)
tree523adbf9def049726cc481e8124fdb63c8c38906 /templates
parent39bc8e7f12e8d97e08ff2ed86ab4d501b90e14ae (diff)
upd readme, go to source code href=/readme
Diffstat (limited to 'templates')
-rw-r--r--templates/partials/code/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/partials/code/index.html b/templates/partials/code/index.html
index 9b39e59..8c718a2 100644
--- a/templates/partials/code/index.html
+++ b/templates/partials/code/index.html
@@ -2,10 +2,13 @@
<div class="flex flex-wrap p-2">
<p class="w-full md:w-min text-nowrap m-auto">Python 3.10 (sandbox)</p>
<a
- href="https://cgit.yetsam.ru/yetsam.git"
+ href="https://cgit.yetsam.ru/yetsam.git/tree/readme.md"
class="text-neutral-400 underline hover:text-secondary-600 decoration-secondary-600 w-full md:w-min text-nowrap m-auto">
go to source code (click me)
</a>
+ <p href=""
+ class="text-neutral-700 hover:text-secondary-900 decoration-secondary-600 w-full md:w-min text-nowrap m-auto text-sm">
+ git clone https://dev.yetsam.ru/yetsam.git</p>
</div>