mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
fix
This commit is contained in:
parent
3fe9db8da2
commit
33bfc97358
@ -13,10 +13,6 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title><?=title?></title>
|
<title><?=title?></title>
|
||||||
<meta property="og:url" content="https://blog.lxsang.me" />
|
|
||||||
<meta property="og:type" content="website" />
|
|
||||||
<meta property="og:title" content="Xuan Sang LE's blog" />
|
|
||||||
<meta property="og:description" content="My personal space" />
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<!--meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' https://platform.twitter.com/widgets.js https://connect.facebook.net/en_US/sdk.js https://apis.google.com/js/plusone.js https://platform.twitter.com/js/button.556f0ea0e4da4e66cfdc182016dbd6db.js https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.fr.G6aVHqjZQ7w.O/m=plusone/rt=j/sv=1/d=1/ed=1/am=AQE/rs=AGLTcCM3jVZaR98LsOLZhkxFJYLRGgZQ6A/cb=gapi.loaded_0 https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.fr.G6aVHqjZQ7w.O/m=auth/exm=plusone/rt=j/sv=1/d=1/ed=1/am=AQE/rs=AGLTcCM3jVZaR98LsOLZhkxFJYLRGgZQ6A/cb=gapi.loaded_1"-->
|
<!--meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' https://platform.twitter.com/widgets.js https://connect.facebook.net/en_US/sdk.js https://apis.google.com/js/plusone.js https://platform.twitter.com/js/button.556f0ea0e4da4e66cfdc182016dbd6db.js https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.fr.G6aVHqjZQ7w.O/m=plusone/rt=j/sv=1/d=1/ed=1/am=AQE/rs=AGLTcCM3jVZaR98LsOLZhkxFJYLRGgZQ6A/cb=gapi.loaded_0 https://apis.google.com/_/scs/apps-static/_/js/k=oz.gapi.fr.G6aVHqjZQ7w.O/m=auth/exm=plusone/rt=j/sv=1/d=1/ed=1/am=AQE/rs=AGLTcCM3jVZaR98LsOLZhkxFJYLRGgZQ6A/cb=gapi.loaded_1"-->
|
||||||
|
|
||||||
@ -29,8 +25,11 @@
|
|||||||
<script src="rst/gscripts/jquery-3.2.1.min.js"> </script>
|
<script src="rst/gscripts/jquery-3.2.1.min.js"> </script>
|
||||||
<script src="rst/main.js"></script>
|
<script src="rst/main.js"></script>
|
||||||
<?lua if render then ?>
|
<?lua if render then ?>
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@blog.lxsang.me" />
|
||||||
|
<meta name="twitter:creator" content="@lexsang" />
|
||||||
<meta property="og:url" content="<?=url?>" />
|
<meta property="og:url" content="<?=url?>" />
|
||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="blog" />
|
||||||
<meta property="og:title" content="<?=title?>" />
|
<meta property="og:title" content="<?=title?>" />
|
||||||
<meta property="og:description" content="<?=tags?>" />
|
<meta property="og:description" content="<?=tags?>" />
|
||||||
<link rel="stylesheet" type="text/css" href="rst/hljs/github.css" />
|
<link rel="stylesheet" type="text/css" href="rst/hljs/github.css" />
|
||||||
@ -39,6 +38,11 @@
|
|||||||
<script src="rst/hljs/highlightjs-line-numbers.min.js"> </script>
|
<script src="rst/hljs/highlightjs-line-numbers.min.js"> </script>
|
||||||
<script src="rst/katex/katex.min.js"> </script>
|
<script src="rst/katex/katex.min.js"> </script>
|
||||||
<script src="rst/katex/auto-render.min.js"> </script>
|
<script src="rst/katex/auto-render.min.js"> </script>
|
||||||
|
<?lua else ?>
|
||||||
|
<meta property="og:url" content="https://blog.lxsang.me" />
|
||||||
|
<meta property="og:type" content="blog" />
|
||||||
|
<meta property="og:title" content="Xuan Sang LE's blog" />
|
||||||
|
<meta property="og:description" content="My personal space" />
|
||||||
<?lua end ?>
|
<?lua end ?>
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user