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>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<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:url" content="https://nulo.ar{{{page.url}}}" />
|
||||
<meta property="og:image" content="/cowboy.svg" />
|
||||
<link rel="stylesheet" href="/drip.css" />
|
||||
<link rel="icon" href="/cowboy.svg" />
|
||||
<title>{{page.title}}</title>
|
||||
<title>{{title}}</title>
|
||||
</head>
|
||||
{{{content}}}
|
||||
</html>
|
1
index.md
1
index.md
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Nulo
|
||||
layout: base.hbs
|
||||
templateEngineOverride: hbs,md
|
||||
---
|
||||
|
|
Reference in a new issue