Skip to content

Commit

Permalink
Converting to HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasThoren committed Mar 25, 2016
1 parent 75155d6 commit 7ccbfc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions realestate/templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,25 @@
<meta name="twitter:creator" content="@TheLensNOLA">
<meta name="twitter:title" content="New Orleans property sales">
<meta name="twitter:description" content="A map of every property sale in New Orleans, updated daily with prices, addresses, buyers and sellers. Search across the city or in your neighborhood.">
<meta name="twitter:image:src" content="http://s3-us-west-2.amazonaws.com/lensnola/realestate/pictures/promo1.png">
<meta name="twitter:image:src" content="https://s3-us-west-2.amazonaws.com/lensnola/realestate/pictures/promo1.png">

<meta property="og:title" content="New Orleans property sales" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://vault.thelensnola.org/realestate"/>
<meta property="og:url" content="//vault.thelensnola.org/realestate"/>
<meta property="og:description" content="A map of every property sale in New Orleans, updated daily with prices, addresses, buyers and sellers. Search across the city or in your neighborhood." />
<meta property="og:site_name" content="The Lens" />
<meta property="og:image" content="http://s3-us-west-2.amazonaws.com/lensnola/realestate/pictures/promo1.png" />
<meta property="og:image" content="https://s3-us-west-2.amazonaws.com/lensnola/realestate/pictures/promo1.png" />
<meta property="article:publisher" content="https://www.facebook.com/thelensnola" />

<link rel="apple-touch-icon" href="http://lensnola.wpengine.netdna-cdn.com/wp-content/uploads/2013/01/TheLens-400x400_icon.png"/>
<link rel="canonical" href="http://vault.thelensnola.org/realestate" />
<link rel="apple-touch-icon" href="https://s3-us-west-2.amazonaws.com/projects.thelensnola.org/images/lens-logo-magnifying-glass-only-400x400.png"/>
<link rel="canonical" href="//vault.thelensnola.org/realestate" />

<link rel="shortcut icon" href="https://s3-us-west-2.amazonaws.com/lensnola/realestate/css/images/favicon.ico">
<link rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/lensnola/realestate/css/jquery-ui.css">
<!-- <link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css"> -->
<link rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/lensnola/realestate/css/lenstablesorter.css">
<link rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/lensnola/realestate/css/mapbox.css">
<link rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/lensnola/realestate/css/jquery.tablesorter.pager.css">
<link rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/lensnola/realestate/css/font-awesome.css">
<!-- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css"> -->
<link rel="stylesheet" href="https://s3-us-west-2.amazonaws.com/lensnola/realestate/css/foundation.min.css">
<link rel="stylesheet" href={{ table_css }}>
<link rel="stylesheet" href={{ banner_css }}>
Expand Down
6 changes: 3 additions & 3 deletions realestate/templates/js.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script type="text/javascript" src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script type="text/javascript" src="https://s3-us-west-2.amazonaws.com/projects.thelensnola.org/external-libraries/js/leaflet-0.7.3.js"></script>
<script type="text/javascript" src='https://api.tiles.mapbox.com/mapbox.js/v2.1.4/mapbox.js'></script>
<script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js?v1.3.0"></script>
<script type="text/javascript" src="https://s3-us-west-2.amazonaws.com/projects.thelensnola.org/external-libraries/js/tile.stamen.v1.3.0.js"></script>
<script type="text/javascript" src="https://s3-us-west-2.amazonaws.com/lensnola/realestate/js/jquery.tablesorter.min.js"></script>
<script type="text/javascript" src="https://s3-us-west-2.amazonaws.com/lensnola/realestate/js/foundation.min.js"></script>
<script type="text/javascript" src="https://s3-us-west-2.amazonaws.com/lensnola/realestate/js/modernizr.js"></script>
Expand Down

0 comments on commit 7ccbfc3

Please sign in to comment.