Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
107 stars 5 forks source link

[CLI] - Add meta tag for "description" to templates #139

Open matthew-carroll opened 3 months ago

matthew-carroll commented 3 months ago

Add a meta description to each template's HTML:

<head>
  <meta name="description" content="{{ description }}">
</head>