Fix bugs for blog theme
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title> Article de {{ post_info.author }} </title>
|
||||
<link rel="stylesheet" href="/static/blog.css" type="text/css">
|
||||
|
||||
<link rel="stylesheet" href="/{{ post_info.author }}/blog.css" type="text/css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<div class="articles">
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title> Article de {{ post_info.author }} </title>
|
||||
<link rel="stylesheet" href="/static/{{ post_info.author}}/blog.css" type="text/css">
|
||||
<link rel="stylesheet" href="/{{ post_info.author}}/blog.css" type="text/css">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user