We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9862f69 commit 4b3387bCopy full SHA for 4b3387b
examples/plot/docs/index.md
@@ -45,8 +45,9 @@ const burndown = issues
45
<div class=card>
46
<h2>Current release</h2>
47
<span class="big">${versions.at(-1).version}</span>
48
- ${html`<a href="https://github.com/observablehq/plot/releases/tag/v${versions.at(-1).version}">
49
- <span class=muted>${((days) => days === 0 ? "today" : days === 1 ? "yesterday" : `${days} days ago`)(d3.utcDay.count(versions.at(-1).date, Date.now()))}`}
+ <a href="https://github.com/observablehq/plot/releases" class="muted">
+ ${((days) => days === 0 ? "today" : days === 1 ? "yesterday" : `${days} days ago`)(d3.utcDay.count(versions.at(-1).date, Date.now()))}`}
50
+ </a>
51
</div>
52
53
<h2>GitHub stars</h2>
0 commit comments