mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-02-17 09:45:16 +00:00
allow descriptions in metadata, etc
This commit is contained in:
parent
fd972d3eb1
commit
a98188000e
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: "🍲 Based Cooking 🍳"
|
||||
description: 'The fast-loading recipe site with cooking only and no ads.'
|
||||
---
|
||||
|
||||
## What do you want to cook?
|
||||
|
@ -14,6 +14,6 @@
|
||||
</main>
|
||||
<footer><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a><br>
|
||||
All site content is in the public domain.<br>
|
||||
<a href="/index.xml"><img src="/pix/rss.svg" style="max-height:.9em;display:inline" alt="RSS"> Subscribe via RSS for New Recipes</a></footer>
|
||||
<a href="/index.xml"><img src="/pix/rss.svg" style="max-height:.9em;display:inline" alt=""> Subscribe via RSS for New Recipes</a></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,14 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ .Site.Language }}">
|
||||
<head>
|
||||
<title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%221em%22 font-size=%2280%22>🍲</text></svg>">
|
||||
<link rel='stylesheet' type='text/css' href='/style.css'>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="keywords" content="{{ .Params.tags }}">
|
||||
<link rel="canonical" href="https://based.cooking/"/>
|
||||
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/rss.xml'>
|
||||
<title>{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%221em%22 font-size=%2280%22>🍲</text></svg>">
|
||||
<link rel='stylesheet' type='text/css' href='/style.css'>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="keywords" content="{{ .Params.tags }}">
|
||||
<link rel="canonical" href="https://based.cooking/">
|
||||
<link rel='alternate' type='application/rss+xml' title="{{ .Site.Title }} RSS" href='/rss.xml'>
|
||||
<meta name="description" content="{{ with .Params.description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
|
@ -20,13 +20,13 @@
|
||||
</style>
|
||||
<div class=cryptocontainer>
|
||||
<div class=cryptoinfo>
|
||||
<img style="max-height:1em;max-width:1em;display:inline" src=/pix/xmr.svg> Monero <br>
|
||||
<img alt="" style="max-height:1em;max-width:1em;display:inline" src=/pix/xmr.svg> Monero <br>
|
||||
<code style="font-size:xx-small;overflow-wrap:break-word;">84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg</code><br>
|
||||
<a href=/pix/monero-based-cooking.png><img class=qr src=/pix/monero-based-cooking.png></a>
|
||||
<a href=/pix/monero-based-cooking.png><img alt="Monero QR Code" class=qr src=/pix/monero-based-cooking.png></a>
|
||||
</div>
|
||||
<div class=cryptoinfo>
|
||||
<img style="max-height:1em;max-width:1em;display:inline" src=/pix/btc.svg> Bitcoin <br>
|
||||
<img alt="" style="max-height:1em;max-width:1em;display:inline" src=/pix/btc.svg> Bitcoin <br>
|
||||
<code style="font-size:small;overflow-wrap:break-word;">bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w</code><br>
|
||||
<a href=/pix/bitcoin-based-cooking.png><img class=qr src=/pix/bitcoin-based-cooking.png></a>
|
||||
<a href=/pix/bitcoin-based-cooking.png><img alt="Bitcoin QR Code" class=qr src=/pix/bitcoin-based-cooking.png></a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user