Skip to content

Commit

Permalink
Include metadata for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoPope committed Aug 16, 2022
1 parent 061312e commit 6f99ecd
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />

<title>Is SIKE broken yet?</title>
<meta name="description"
content="A knowledge base of most isogeny based cryptosystems and the best attacks on them." />
<link rel="stylesheet" href="style.css" />
<link rel="canonical" href="https://issikebrokenyet.github.io" />

<meta property="og:type" content="website" />
<meta property="og:title" content="Is SIKE broken yet?" />
<meta property="og:description"
content="A knowledge base of most isogeny based cryptosystems and the best attacks on them." />
<meta property="og:url" content="https://issikebrokenyet.github.io/" />
<meta property="og:site_name" content="Is SIKE broken yet?" />
<meta property="og:image" content="https://issikebrokenyet.github.io/isby.png" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Is SIKE broken yet?" />
<meta name="twitter:description"
content="A knowledge base of most isogeny based cryptosystems and the best attacks on them." />
<meta name="twitter:site" content="https://issikebrokenyet.github.io" />
<meta name="twitter:image" content="https://issikebrokenyet.github.io/isby.png" />

<link rel="stylesheet" href="style.css" />
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {inlineMath: [['$','$']]}
Expand Down

0 comments on commit 6f99ecd

Please sign in to comment.