default.html 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>{{ page.title }}</title>
  7. {% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
  8. <meta name="author" content="{{ site.author.name }}">
  9. <!-- Enable responsive viewport -->
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta property="og:url" content="http://radicalnetworks.org" />
  12. <meta property="og:title" content="Radical Networks 2016" />
  13. <meta property="og:description" content="November 4-6, 2016 at Chemistry Creative, 315 Ten Eyck Street, Brooklyn NY" />
  14. <meta property="og:image" content="http://radicalnetworks.org/assets/themes/images/banner_fb2.jpg" />
  15. <!-- Bootstrap styles -->
  16. <link href="{{ ASSET_PATH }}bootstrap/css/bootstrap.min.css" rel="stylesheet">
  17. <!-- Optional theme -->
  18. <link href="{{ ASSET_PATH }}bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
  19. <!-- Sticky Footer -->
  20. <link href="{{ ASSET_PATH }}bootstrap/css/bs-sticky-footer.css" rel="stylesheet">
  21. <!-- Custom styles and fonts -->
  22. <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
  23. <link href="{{ ASSET_PATH }}css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
  24. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  25. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  26. <!--[if lt IE 9]>
  27. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  28. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  29. <![endif]-->
  30. <!-- Fav and touch icons -->
  31. <!-- Update these with your own images
  32. <link rel="shortcut icon" href="{{ ASSET_PATH }}/images/favicon.ico">
  33. <link rel="apple-touch-icon" href="{{ ASSET_PATH }}/images/apple-touch-icon.png">
  34. <link rel="apple-touch-icon" sizes="72x72" href="{{ ASSET_PATH }}/images/apple-touch-icon-72x72.png">
  35. <link rel="apple-touch-icon" sizes="114x114" href="{{ ASSET_PATH }}/images/apple-touch-icon-114x114.png">
  36. -->
  37. </head>
  38. <body>
  39. <div id="wrap">
  40. <div class="container">
  41. {% include nav.html %}
  42. {% include header.html %}
  43. <div class="row">
  44. <div class="col-md-8 content">
  45. {{ content }}
  46. </div>
  47. <div class="col-md-4 sidebar">
  48. {% include sidebar.html %}
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <div id="footer">
  54. <div class="container">
  55. {% include footer.html %}
  56. </div>
  57. </div>
  58. {% include JB/analytics %}
  59. <!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) -->
  60. <!-- Placed at the end of the document so the pages load faster -->
  61. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  62. <script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
  63. <script>!function(d,s,id){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>
  64. </body>
  65. </html>