We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899ae28 commit 27160b8Copy full SHA for 27160b8
src/index.html
@@ -1,6 +1,7 @@
1
---
2
layout: page.njk
3
title: svgo-ll web optimizer
4
+description: A browser based SVG optimizer and compressor using svgo-ll
5
6
7
<style>
src/layouts/eleventy/page.njk
@@ -5,6 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title }}</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
8
+{% if description %}
9
+<meta name="description" content="{{description}}">
10
+{% endif %}
11
</head>
12
<body>
13
<nav class="navbar navbar-expand-lg bg-body-tertiary">
0 commit comments