matsuyoshi30 / harbor

Simple and minimal personal blog theme.
MIT License
187 stars 67 forks source link

add meta description based on post or config.toml #132

Closed NYPD closed 2 years ago

NYPD commented 2 years ago

In the config.toml:

[params]
  description = "An example meta tag description"

or

---
title: "Example title"
summary: "Example summary"
description: "An example meta tag description that will overwrite anything found in config.toml"
---

Closes #127

matsuyoshi30 commented 2 years ago

@NYPD Thanks again! It almost looks good to me. Please check my comment.