meta.html 891 B

12345678910111213141516171819202122232425
  1. <meta charset="utf-8">
  2. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  3. <meta name="renderer" content="webkit">
  4. {if isset($keywords)}
  5. <meta name="keywords" content="{$keywords|htmlentities}">
  6. {/if}
  7. {if isset($description)}
  8. <meta name="description" content="{$description|htmlentities}">
  9. {/if}
  10. <link rel="shortcut icon" href="__CDN__/assets/img/favicon.ico" />
  11. <link href="__CDN__/assets/css/frontend{$Think.config.app_debug?'':'.min'}.css?v={$Think.config.site.version|htmlentities}" rel="stylesheet">
  12. <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
  13. <!--[if lt IE 9]>
  14. <script src="__CDN__/assets/js/html5shiv.js"></script>
  15. <script src="__CDN__/assets/js/respond.min.js"></script>
  16. <![endif]-->
  17. <script type="text/javascript">
  18. var require = {
  19. config: {$config|json_encode}
  20. };
  21. </script>