Skip to content

Commit

Permalink
Update simple.html
Browse files Browse the repository at this point in the history
Correcting a typo that has gone unnoticed for who-knows how long
  • Loading branch information
nate2014jatc authored Feb 11, 2024
1 parent c0842af commit 33ee5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<meta name="theme-color" content="#d38700">
<link rel="stylesheet" href="/assets/authorblurb.css">
<link rel="stylesheet" href="/assets/authorBlurb.css">
<link rel="icon" type="image/png" href="/assets/img/AstraGroup_128x128.png">
{% seo %}
</head>
Expand Down

0 comments on commit 33ee5a7

Please sign in to comment.