Skip to content

Commit

Permalink
Merge pull request #173 from 24ik/footer
Browse files Browse the repository at this point in the history
[other] fix footer
  • Loading branch information
24ik authored Oct 31, 2024
2 parents fd5f0a2 + 5506841 commit bfa6d8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pon2.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.23.9"
version = "0.23.10"
author = "Keisuke Izumiya"
description = "Application for Puyo Puyo and Nazo Puyo"
license = "Apache-2.0"
Expand Down
6 changes: 5 additions & 1 deletion src/pon2/private/main/web.nim
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ else:
tdiv(class = "column is-narrow"):
text &"Pon!通 Version {Pon2Version}"
tdiv(class = "column is-narrow"):
a(href = kstring &"https://{Pon2Fqdn}/pon2/docs/simulator/"):
a(
href = kstring &"https://{Pon2Fqdn}/pon2/docs/simulator/",
target = "_blank",
rel = "noopener noreferrer",
):
text "操作方法"

when defined(pon2.marathon):
Expand Down

0 comments on commit bfa6d8d

Please sign in to comment.