Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
🔖 3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thecode764 committed Jun 9, 2024
1 parent a19ce23 commit e9d735f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/pages/release/3.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
+++
title = "نسخه ۳.۰"
path = "version/3.0"
template = "versions/3.0.html"
+++
16 changes: 16 additions & 0 deletions templates/versions/3.0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% extends "index.html" %}<!---->
{% block main %}<!---->

<h1 class="mb-16"> نسخه ۳.۰</h1>
<p>نسخه ۳ در این نسخه mirror و robots.txt را اضافه کرده ایم</p>

<a href="https://github.com/Thecode764/kita/releases/tag/version-3.0">دانلود از صفحه ریلیز ها</a>
<br>
<a href="https://github.com/Thecode764/kita/archive/refs/tags/version-3.0.zip">دانلود مستقیم (زیپ)</a>

<h2>قابلیت های جدید</h2>
<ul>
<li>🔧 Add robots.txt</li>
<li>🪞 Add mirror</li>
</ul>
{% endblock main %}

0 comments on commit e9d735f

Please sign in to comment.