Skip to content

Commit

Permalink
Update layout.html.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros authored Mar 15, 2024
1 parent a517cd0 commit 7d13cd8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions layout.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
<title><?php echo $title;?></title>
<meta name="description" content="<?php echo $description; ?>"/>
<link rel="canonical" href="<?php echo $canonical; ?>" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" id="genericons-css" href="<?php echo theme_path();?>genericons/genericons.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php echo theme_path();?>css/style.css" type="text/css" media="all">
<script type="text/javascript" src="<?php echo theme_path();?>js/jquery.js" id="jquery-core-js"></script>
<?php echo $metatags;?>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" id="genericons-css" href="<?php echo theme_path();?>genericons/genericons.css" type="text/css" media="all" />
<link rel="stylesheet" href="<?php echo theme_path();?>css/style.css" type="text/css" media="all">
<script type="text/javascript" src="<?php echo theme_path();?>js/jquery.js" id="jquery-core-js"></script>
</head>
<?php
$occasioClass = '';
Expand Down Expand Up @@ -201,4 +202,4 @@
<script type="text/javascript" src="<?php echo theme_path();?>js/custom.js" id="custom-js"></script>
<?php if (analytics()): ?><?php echo analytics() ?><?php endif; ?>
</body>
</html>
</html>

0 comments on commit 7d13cd8

Please sign in to comment.