2015-07-03 08:24:10 -05:00
<!doctype html>
< html lang = "en-au" >
< head >
< meta charset = "UTF-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, maximum-scale=1" >
2015-07-13 03:55:36 -05:00
< title property = "og:title" > {{ site.name }}< / title >
2015-07-06 07:58:19 -05:00
< link href = "http://fonts.googleapis.com/css?family=PT+Sans|Roboto+Slab|Droid+Sans+Mono" rel = "stylesheet" type = "text/css" >
2015-07-03 08:24:10 -05:00
< link rel = "stylesheet" href = "style.css" >
2015-07-13 03:55:36 -05:00
< meta content = "website" property = "og:type" >
< meta content = "http://www.sqlstyle.guide/" property = "og:url" >
< meta content = "0001-01-01 00:00:00 +0000 UTC" property = "og:updated_time" >
< meta content = "https://www.facebook.com/holywell" property = "article:author" >
< meta content = "https://www.facebook.com/holywell" property = "article:publisher" >
< meta content = "0001-01-01 00:00:00 +0000 UTC" property = "article:modified_time" >
< meta content = "" property = "article:section" >
< meta content = "A code style guide for SQL code to ensure legible and maintainable projects." itemprop = "description" name = "description" property = "og:description" >
< meta content = "sql, style guide, code style guide, simon holywell, holywell" itemprop = "keywords" name = "keywords" >
< meta content = "summary" name = "twitter:card" > < / meta >
< meta content = "SQL style guide by Simon Holywell" name = "twitter:title" >
< meta content = "A code style guide for SQL code to ensure legible and maintainable projects." name = "twitter:description" >
< meta content = "@treffynnon" name = "twitter:site" >
< meta content = "@treffynnon" name = "twitter:creator" >
< meta content = "sqlstyle.guide" name = "twitter:domain" >
< link href = "http://plus.google.com/+SimonHolywell" rel = "author" >
< script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65071829-1', 'auto');
ga('send', 'pageview');
< / script >
2015-07-03 08:24:10 -05:00
< / head >
2015-07-13 03:55:36 -05:00
< body itemscope itemtype = "http://schema.org/TechArticle" >
2015-07-03 08:24:10 -05:00
{% include head.html %}
2015-07-06 10:53:43 -05:00
< div id = "content" class = "wrap" >
2015-07-06 07:58:19 -05:00
{{ content }}
< / div >
2015-07-03 08:24:10 -05:00
{% include foot.html %}
2015-07-13 03:55:36 -05:00
< script > ! f u n c t i o n ( d , s , i d ) {
var js, fjs = d.getElementsByTagName(s)[0];
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = "//platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");< / script >
2015-07-06 10:53:43 -05:00
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" > < / script >
2015-07-06 05:47:37 -05:00
< script src = "scripts.js" > < / script >
2015-07-03 08:24:10 -05:00
< / body >
< / html >