Skip to content

Commit 43e5902

Browse files
author
Tsung-Wei Huang
committed
updated news
1 parent 56f4ae3 commit 43e5902

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1><b>Taskflow </b><img src="images/logo.png" alt="Logo" style="width:2.5rem;">
8787

8888
<p><a class="btn btn-primary btn-lg mr-2 mt-2" href="https://github.com/taskflow/taskflow" role="button">GitHub &raquo;</a>
8989
<a class="btn btn-info btn-lg mr-2 mt-2" href="https://taskflow.github.io/taskflow/index.html" role="button">Handbook &raquo;</a>
90-
<a class="btn btn-warning btn-lg mr-2 mt-2" href="https://taskflow.github.io/taskflow/release-3-7-0.html" role="button">Releases (latest v3.7) &raquo;</a></p>
90+
<a class="btn btn-warning btn-lg mr-2 mt-2" href="https://taskflow.github.io/taskflow/release-3-8-0.html" role="button">Releases (latest v3.8) &raquo;</a></p>
9191
</div>
9292
</div>
9393

js/news.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
const news = [
2+
{
3+
title: "Taskflow v3.8 released",
4+
image_src: "images/release.png",
5+
image_url: "https://taskflow.github.io/taskflow/Releases.html",
6+
content: `We have release Taskflow v3.8! Please check out the <a href="https://taskflow.github.io/taskflow/release-3-8-0.html">release notes</a>.`,
7+
footer: "Last updated on 2024/10/02"
8+
},
29
{
310
title: "Taskflow @ ICPP'24",
411
image_src: "images/icpp-logo.png",

0 commit comments

Comments
 (0)