arreglar mostrar titulo
This commit is contained in:
parent
eabab27df5
commit
b65ab0abfc
2 changed files with 4 additions and 2 deletions
|
@ -1,15 +1,16 @@
|
||||||
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="author" content="Nulo" />
|
<meta name="author" content="Nulo" />
|
||||||
<meta property="og:title" content="{{page.title}}" />
|
<meta property="og:title" content="{{title}}" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://nulo.ar{{{page.url}}}" />
|
<meta property="og:url" content="https://nulo.ar{{{page.url}}}" />
|
||||||
<meta property="og:image" content="/cowboy.svg" />
|
<meta property="og:image" content="/cowboy.svg" />
|
||||||
<link rel="stylesheet" href="/drip.css" />
|
<link rel="stylesheet" href="/drip.css" />
|
||||||
<link rel="icon" href="/cowboy.svg" />
|
<link rel="icon" href="/cowboy.svg" />
|
||||||
<title>{{page.title}}</title>
|
<title>{{title}}</title>
|
||||||
</head>
|
</head>
|
||||||
{{{content}}}
|
{{{content}}}
|
||||||
</html>
|
</html>
|
1
index.md
1
index.md
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
title: Nulo
|
||||||
layout: base.hbs
|
layout: base.hbs
|
||||||
templateEngineOverride: hbs,md
|
templateEngineOverride: hbs,md
|
||||||
---
|
---
|
||||||
|
|
Reference in a new issue