meta.html 1021 B

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