Skip to content

Commit

Permalink
Drop Vercel reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Sep 26, 2023
1 parent 869f4ab commit 3a14e8e
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,24 @@
<meta property="og:description" content="{{config.description}}">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@chriskrycho">

</head>

<body>
<article>
<h1>{{section.title}}</h1>
<p class="status">
Version {{section.extra.version}}<br/>
(Last updated on {{section.extra.date | date(format="%B %e, %Y") }})<br/>
See the <a href="https://github.com/typed-ember/semver">source</a>,
file an <a href="https://github.com/typed-ember/semver/issues">issue</a>,
or suggest a <a href="https://github.com/typed-ember/semver/pulls">change</a>.
</p>
<hr/>
<section class='site-heading'>
<h1>{{section.title}}</h1>
<p class="status">
Version {{section.extra.version}}<br/>
(Last updated on {{section.extra.date | date(format="%B %e, %Y") }})<br/>
See the <a href="https://github.com/typed-ember/semver">source</a>,
file an <a href="https://github.com/typed-ember/semver/issues">issue</a>,
or suggest a <a href="https://github.com/typed-ember/semver/pulls">change</a>.
</p>
</section>

{{section.content | safe}}

<hr/>

<p class='hosting'><a
href="https://vercel.com?utm_source=typed-ember&utm_campaign=oss"><img
src="https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg" /></a></p>
</p>
</article>
</body>

</html>
</html>

0 comments on commit 3a14e8e

Please sign in to comment.