Add pandoc metadata frontmatter with title

This commit is contained in:
jultty 2024-02-24 14:15:49 -03:00
commit 40a96a81a7
2 changed files with 7 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>basename</title>
<title>Scripts em OCaml</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
@ -79,7 +79,9 @@
<link rel="stylesheet" href="../../assets/style.css" />
</head>
<body>
<h1 id="scripts-em-ocaml">Scripts em OCaml</h1>
<header id="title-block-header">
<h1 class="title">Scripts em OCaml</h1>
</header>
<p>Este blog gera suas postagens com o Pandoc, mas quem faz o trabalho
lógico de identificar os arquivos e montar os comandos é um pequeno
script em OCaml.</p>

View file

@ -1,4 +1,6 @@
# Scripts em OCaml
---
title: Scripts em OCaml
---
Este blog gera suas postagens com o Pandoc, mas quem faz o trabalho lógico de identificar os arquivos e montar os comandos é um pequeno script em OCaml.