Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shazz authored Aug 17, 2024
1 parent 7018275 commit 251214a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/pelican-chunk/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="icon" href="{{ SITEURL }}/theme/favicon-32x32.png" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/style.css" />
<link rel='stylesheet' id='oswald-css' href='http://fonts.googleapis.com/css?family=Oswald&#038;ver=3.3.2'
<link rel='stylesheet' id='oswald-css' href='https://fonts.googleapis.com/css?family=Oswald&#038;ver=3.3.2'
type='text/css' media='all' />
<style type="text/css">
body.custom-background {
Expand Down Expand Up @@ -100,4 +100,4 @@ <h1 id="site-title"><a href="{{ SITEURL }}">{{ SITENAME }}</a></h1>
<div style="display:none"></div>
</body>

</html>
</html>

0 comments on commit 251214a

Please sign in to comment.