Skip to content

Commit

Permalink
Wed Nov 1 19:54:03 CET 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
alterebro committed Nov 1, 2023
1 parent 698bdb0 commit 1b55561
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
<meta property="fb:admins" content="636040175" />
<meta property="article:author" content="https://www.facebook.com/alterebro" />
<meta property="article:publisher" content="https://www.facebook.com/alterebro" />
<!-- : Google Plus -->
<link href="https://plus.google.com/104877504101033707627/posts" rel="author" />
<link href="https://plus.google.com/104877504101033707627" rel="publisher" />
<!-- : Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@alterebro" />
Expand All @@ -51,6 +48,14 @@
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" type="text/css" />
<link href="frontend/styles/app.css" rel="stylesheet" type="text/css" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L3Q1ZY05BE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L3Q1ZY05BE');
</script>

</head>
<body class="preload">

Expand Down Expand Up @@ -148,12 +153,5 @@ <h3><i class="fa fa-github"></i> <a href="{{ repo.html_url }}" title="{{ repo.na
<script type="text/javascript" src="frontend/scripts/atomic.js"></script>
<script type="text/javascript" src="frontend/scripts/cache.js"></script>
<script type="text/javascript" src="frontend/scripts/app.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L3Q1ZY05BE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L3Q1ZY05BE');
</script>
</body>
</html>

0 comments on commit 1b55561

Please sign in to comment.