Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhold committed Feb 2, 2024
2 parents 56d31c5 + f794cb8 commit c68ffa1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions _includes/_layout/head.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
if(location.hash){
window.location.replace(location.href);
}
</script>


<meta property="og:image" content="{{ site.url }}/assets/images/ideas-openg.png"/>
<meta property="og:image" content="{{ site.url }}/assets/images/ideas-openg.png"/>
{%- seo -%}
<link rel="stylesheet" href='{{ "/assets/css/main.css" | relative_url }}'>
{%- feed_meta -%}
Expand All @@ -29,3 +20,21 @@
<meta name="theme-color" content="#ffffff">

</head>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CBV3ZLLE7V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CBV3ZLLE7V');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
if(location.hash){
window.location.replace(location.href);
}
</script>
Binary file added assets/images/test.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c68ffa1

Please sign in to comment.