remove external deps
[mdref/mdref] / views / layout.phtml
index e49d520fe8a9c66509d00ab6f77c69bc9e85ac31..b0e96a8667a00e1210e100af0fd4760ddeb5766d 100644 (file)
@@ -17,8 +17,6 @@
                        <link rel="stylesheet" href="index.css">
                <?php endif; ?>
 
-               <link href="https://fonts.googleapis.com/css?family=Inconsolata&amp;subset=latin-ext" rel="stylesheet">
-               <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
                <link rel="shortcut icon" href="<?= $baseUrl . "favicon.ico" ?>">
        </head>
        <body>
                        <?php include __DIR__."/index.phtml" ?>
                <?php endif; ?>
 
-                       <div id="disqus_thread"><button id="disqus_activator">Show <span> </span> Comment(s)</button></div>
-                       <script>
-                               var disqus_shortname = 'mdref';
-                               var disqus_identifier = '<?=$ref?>';
-                       </script>
 
                        <footer>
                                <?php include __DIR__."/footer.phtml" ?>