diff options
Diffstat (limited to 'pyssg.xyz/live/blog/first.html')
-rw-r--r-- | pyssg.xyz/live/blog/first.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/pyssg.xyz/live/blog/first.html b/pyssg.xyz/live/blog/first.html index e1a5d5a..e6600b3 100644 --- a/pyssg.xyz/live/blog/first.html +++ b/pyssg.xyz/live/blog/first.html @@ -3,26 +3,25 @@ " prefix="og: https://ogp.me/ns#"> <head> - <base href="https://static.pyssg.xyz"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" href="images/icons/favicon.ico"> + <link rel="icon" href="https://static.luevano.xyz/images/icons/favicon.ico"> <title>First blog post for testing purposes -- pyssg blog</title> <meta name="description" content="PySSG blog, the python static site generator official blog."/> <link rel="alternate" type="application/rss+xml" href="https://blog.pyssg.xyz/rss.xml" title="pyssg blog RSS"> <!-- general style --> - <link rel="stylesheet" type="text/css" href="css/style.css"> - <link rel="stylesheet" type="text/css" href="fork-awesome/css/fork-awesome.min.css"> - <link rel="stylesheet" type="text/css" href="font-awesome/css/all.min.css"> + <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/style.css"> + <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/fork-awesome/css/fork-awesome.min.css"> + <link rel="stylesheet" type="text/css" href="https://static.luevano.xyz/font-awesome/css/all.min.css"> <!-- theme related --> - <script type="text/javascript" src="scripts/theme.js"></script> - <link id="theme-css" rel="stylesheet" type="text/css" href="css/theme.css"> + <script type="text/javascript" src="https://static.luevano.xyz/scripts/theme.js"></script> + <link id="theme-css" rel="stylesheet" type="text/css" href="https://static.luevano.xyz/css/theme.css"> <!-- extra --> <!-- og meta --> <meta property="og:title" content="pyssg blog"/> <meta property="og:type" content="article"/> <meta property="og:url" content="https://blog.pyssg.xyz/first.md"/> - <meta property="og:image" content="https://static.pyssg.xyz/images/default.png"/> + <meta property="og:image" content="https://static.luevano.xyz/images/default.png"/> <meta property="og:description" content="PySSG blog, the python static site generator official blog."/> <meta property="og:locale" content="en"/> <meta property="og:site_name" content="pyssg blog"/> |