Skip to content

Commit

Permalink
Update css tag in header
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellman committed Dec 15, 2024
1 parent 6361bd2 commit 60e747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.author | escape }}{% endif %} &raquo; {{ site.title }}</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">

<link rel="stylesheet" href="{{ site.url }}/styles.css" />
<link rel="stylesheet" href="{{ site.url }}/styles.css" type="text/css">

<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
Expand Down

0 comments on commit 60e747a

Please sign in to comment.