Skip to content

Commit 27160b8

Browse files
committed
chore: add meta description to main page
1 parent 899ae28 commit 27160b8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: page.njk
33
title: svgo-ll web optimizer
4+
description: A browser based SVG optimizer and compressor using svgo-ll
45
---
56

67
<style>

src/layouts/eleventy/page.njk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>{{ title }}</title>
77
<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 %}
811
</head>
912
<body>
1013
<nav class="navbar navbar-expand-lg bg-body-tertiary">

0 commit comments

Comments
 (0)