We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0343d56 commit 4e750c1Copy full SHA for 4e750c1
2 files changed
data/history.yaml
@@ -8,7 +8,7 @@ history:
8
- date: "01 August 2024"
9
title: "Text Tools"
10
description: "Text Tools Introduced for text manipulation"
11
- link: "TextTools"
+ link: "/TextTools"
12
accent_color: "#5c748a"
13
14
- date: "26 July 2024"
public/history/index.html
@@ -104,7 +104,7 @@ <h1 onclick="window.location.href='/'">History</h1>
104
<div class="descr">People who is cotributing to this project</div>
105
</li>
106
107
- <li style="--accent-color:#5c748a" onclick="window.location.href='TextTools'">
+ <li style="--accent-color:#5c748a" onclick="window.location.href='\/TextTools'">
108
<div class="date">01 August 2024</div>
109
<div class="title">Text Tools</div>
110
<div class="descr">Text Tools Introduced for text manipulation</div>
0 commit comments