diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-02 00:45:36 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-02 00:45:36 +0100 |
| commit | 1cd1f4a76e4c6554b546adb8247a112c6bc7d1f2 (patch) | |
| tree | c18c63e0b230c5a012d01d12b8f9869d7d51bd6c /_layouts | |
| parent | 4bf5834c060277b93ee293aa3826763180346803 (diff) | |
| download | mitjafelicijan.com-1cd1f4a76e4c6554b546adb8247a112c6bc7d1f2.tar.gz | |
Added SEO plugin
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/base.html b/_layouts/base.html index f02354e..aee5b90 100644 --- a/_layouts/base.html +++ b/_layouts/base.html | |||
| @@ -11,8 +11,7 @@ | |||
| 11 | {% else %}{{ site.title | escape }}{% endif %} | 11 | {% else %}{{ site.title | escape }}{% endif %} |
| 12 | </title> | 12 | </title> |
| 13 | 13 | ||
| 14 | <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}"> | 14 | {% seo title=false %} |
| 15 | <meta name="author" content="{{ site.author }}"> | ||
| 16 | 15 | ||
| 17 | <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="/feed.xml"> | 16 | <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="/feed.xml"> |
| 18 | 17 | ||
