1
0

Use http:// or https:// in URLs based on URL of current page

This commit is contained in:
2014-01-23 23:08:42 -05:00
parent b80db8db05
commit 3793bac300
21 changed files with 110 additions and 58 deletions

View File

@ -1,3 +1,5 @@
<?php include_once("common.php"); ?>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en-US" />
<meta name="owner" content="Aaron Lindsay" />
@ -6,8 +8,8 @@
<meta name="keywords" content="aaron charles lindsay, aaron lindsay, aaron, charles, lindsay, linux, kernel, programming, technology, git, python, c, ARM, assembly, go, resume, computer science, cs, lutheran, eagle scout" />
<meta name="description" content="The personal website of Aaron Lindsay. Contains his personal blog, contact information, resume, calendar, and other miscellaneous things related to his web presence." />
<link rel="shortcut icon" href="http://aclindsay.com/favicon.ico" />
<link rel="stylesheet" type="text/css" href="http://aclindsay.com/css/stylesheet.css" media="all" />
<link rel="shortcut icon" href="<?php echo $base_url; ?>/favicon.ico" />
<link rel="stylesheet" type="text/css" href="<?php echo $base_url; ?>/css/stylesheet.css" media="all" />
<meta name="google-site-verification" content="qMjHgibWhOFUqaXZLyo0U3dfLcYiFuXIc-DzIKYBLi4" />
@ -15,7 +17,7 @@
<body>
<div id="header">
<div id="header-inner">
<div id="title"><a href="http://aclindsay.com">aclindsay<span id="title-inner">.com</span></a></div>
<div id="title"><a href="<?php echo $base_url; ?>">aclindsay<span id="title-inner">.com</span></a></div>
<?php include("tabs.php"); ?>
</div>
</div>