Remove mathjax polyfill (and reformat)
This commit is contained in:
parent
53c91abe4f
commit
fe066d13ed
1 changed files with 36 additions and 31 deletions
|
@ -1,18 +1,21 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width, initial-scale=1, user-scalable=yes"
|
||||||
|
/>
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
|
|
||||||
<meta name="description" content="Dimitri Lozeve's blog: $title$">
|
<meta name="description" content="Dimitri Lozeve's blog: $title$" />
|
||||||
$if(keywords)$
|
$if(keywords)$
|
||||||
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
|
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||||||
$endif$
|
$endif$
|
||||||
<title>Dimitri Lozeve - $title$</title>
|
<title>Dimitri Lozeve - $title$</title>
|
||||||
<link rel="stylesheet" href="/css/tufte.css" />
|
<link rel="stylesheet" href="/css/tufte.css" />
|
||||||
|
@ -21,11 +24,19 @@
|
||||||
<link rel="stylesheet" href="/css/syntax.css" />
|
<link rel="stylesheet" href="/css/syntax.css" />
|
||||||
|
|
||||||
<!-- RSS feed -->
|
<!-- RSS feed -->
|
||||||
<link rel="alternate" type="application/rss+xml" title="Dimitri Lozeve's blog" href="/rss.xml" />
|
<link
|
||||||
|
rel="alternate"
|
||||||
|
type="application/rss+xml"
|
||||||
|
title="Dimitri Lozeve's blog"
|
||||||
|
href="/rss.xml"
|
||||||
|
/>
|
||||||
|
|
||||||
<!-- MathJax -->
|
<!-- MathJax -->
|
||||||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
<script
|
||||||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
id="MathJax-script"
|
||||||
|
async
|
||||||
|
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"
|
||||||
|
></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<article>
|
<article>
|
||||||
|
@ -42,22 +53,16 @@
|
||||||
<h1 class="title">$title$</h1>
|
<h1 class="title">$title$</h1>
|
||||||
$if(subtitle)$
|
$if(subtitle)$
|
||||||
<p class="subtitle">$subtitle$</p>
|
<p class="subtitle">$subtitle$</p>
|
||||||
$endif$
|
$endif$ $if(date)$
|
||||||
$if(date)$
|
|
||||||
<p class="byline">$date$$if(author)$ – $author$$endif$</p>
|
<p class="byline">$date$$if(author)$ – $author$$endif$</p>
|
||||||
$else$
|
$else$ $if(author)$
|
||||||
$if(author)$
|
|
||||||
<p class="byline">$author$</p>
|
<p class="byline">$author$</p>
|
||||||
$endif$
|
$endif$ $endif$ $if(tags)$
|
||||||
$endif$
|
|
||||||
$if(tags)$
|
|
||||||
<p class="byline">Tags: $tags$</p>
|
<p class="byline">Tags: $tags$</p>
|
||||||
$endif$
|
$endif$ $endif$
|
||||||
$endif$
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
$body$
|
$body$
|
||||||
|
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue