Explore more blog-like styling.
This commit is contained in:
parent
7afb6be68f
commit
85e254d75c
2 changed files with 18 additions and 7 deletions
|
@ -2,13 +2,13 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Código para llevar</title>
|
||||
<title>{{ 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/dark-syntax.css" />
|
||||
</head>
|
||||
<body>
|
||||
<article>
|
||||
<article class="post">
|
||||
<h2 class="post-title">{{ title }}</h2>
|
||||
{{ content | safe }}
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue