Skip to content

Commit

Permalink
add seo stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mdurlin committed Jul 22, 2024
1 parent 2489530 commit 0f36e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
{% if page.collectionpage %}

{% assign collectiondata = site.collections | where: "label", page.collectionpage | first %}
<title>{{ collectiondata.title }} - {{ site.title }}</title>
<title>Matt Durlin - Nashville Rock Music Reviews and Concerts</title>
<meta property="og:title" content="{{ collectiondata.title }}">
<meta name="description" content="{{ collectiondata.description }}">
<meta property="og:description" content="{{ collectiondata.description }}">
<meta name="category" content="rock music reviews">
<link rel="icon" type="image/x-icon" href="favicon.ico">
{% endif %}
{% if site.fonts.preconnect_urls %}
{% for url in site.fonts.preconnect_urls %}
Expand Down
Binary file added favicon.ico
Binary file not shown.

0 comments on commit 0f36e56

Please sign in to comment.