Update CSS links on blog.
This commit is contained in:
parent
23f8fcefe5
commit
b8eadc8b1e
5 changed files with 15 additions and 12 deletions
|
@ -4,9 +4,9 @@
|
|||
<meta charset="utf-8">
|
||||
<title>Código para llevar</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
<link rel="stylesheet" href="css/light-syntax.css" />
|
||||
<link rel="stylesheet" href="css/dark-syntax.css" />
|
||||
<link rel="stylesheet" href="../static/style.css" />
|
||||
<link rel="stylesheet" href="../static/light-syntax.css" />
|
||||
<link rel="stylesheet" href="../static/dark-syntax.css" />
|
||||
</head>
|
||||
<body class="blog">
|
||||
<div class="site-header">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue