Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
barionleg authored Sep 22, 2024
1 parent f32a2be commit bbc9f19
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/Speaking-Presentations-Workshops/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="alternate" href="./feed.xml" type="application/rss+xml" title="Coder, Messenger, Recon, Infrastructure, Ops, &amp; A Sprinkling of Metal">
<link rel="alternate" href="../feed.xml" type="application/rss+xml" title="Coder, Messenger, Recon, Infrastructure, Ops, &amp; A Sprinkling of Metal">
<link rel="icon" type="image/png" href="/img/favicons/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/img/favicons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicons/favicon-96x96.png" sizes="96x96">
Expand All @@ -19,9 +19,9 @@
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicons/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicons/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicons/apple-touch-icon-180x180.png">
<link rel="stylesheet" href="./css/custom.css">
<link rel="stylesheet" href="./css/style.min.css">
<script src="./js/modernizr.js"></script>
<link rel="stylesheet" href="../css/custom.css">
<link rel="stylesheet" href="../css/style.min.css">
<script src="../js/modernizr.js"></script>
</head>
<body class="article-detail">
<!--[if lt IE 8]>
Expand Down Expand Up @@ -129,8 +129,8 @@ <h1>Speaking, Presentations, and Workshops</h1>
<div class="nav"><a href="/">« Home</a></div>
</div>
</div>
<script src="./js/all.js"></script>
<script src="./js/custom.js"></script>
<script src="../js/all.js"></script>
<script src="../js/custom.js"></script>
<!-- Google Tag Manager-->
<noscript>
<iframe src="//www.googletagmanager.com/ns.html?id=GTM-KMMZX2" height="0" width="0" style="display:none;visibility:hidden"></iframe>
Expand Down

0 comments on commit bbc9f19

Please sign in to comment.