Skip to content

Commit

Permalink
Linkify homepage letters (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
nk9 authored Dec 15, 2022
1 parent 79dba57 commit 0140f82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
/.vagrant
/README.html
/book/en/build
Expand Down
10 changes: 5 additions & 5 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="j"></div>
<div id="u"></div>
<div id="s"></div>
<div id="t"></div>
<a href="https://github.com/casey/just"><div id="j"></div></a>
<a href="/man/en/"><div id="u"></div></a>
<a href="https://discord.gg/ezYScXR"><div id="s"></div></a>
<a href="https://crates.io/crates/just"><div id="t"></div></a>
<a href="https://github.com/casey/just">github</a>
<a href="man/en/">manual</a>
<a href="/man/en/">manual</a>
<a href="https://discord.gg/ezYScXR">discord</a>
<a href="https://crates.io/crates/just">crates.io</a>
<div></div>
Expand Down

0 comments on commit 0140f82

Please sign in to comment.