This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/_includes/base.hbs
Cat /dev/Nulo 2a6f0b68ca
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
description
2023-12-11 03:50:47 -03:00

20 lines
736 B
Handlebars

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{title}}</title>
<meta name="description" content="{{description}}" />
<meta name="author" content="Nulo" />
<meta property="og:title" content="{{title}}" />
<meta property="og:description" content="{{description}}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nulo.ar{{{page.url}}}" />
<meta property="og:image" content="/cowboy.svg" />
<meta content="index, follow" name="robots" />
<link rel="stylesheet" href="/drip.css" />
<link rel="icon" href="/cowboy.svg" />
</head>
{{{content}}}
</html>