UNPKG

apollo-nico

Version:

对 nico 及 apollo-theme 的封装,方便跨平台使用

18 lines (17 loc) 626 B
<!DOCTYPE HTML> <html lang="{{theme.lang}}"> <head> <meta charset="UTF-8"> <title>{% block title %}{{config.package.name|title}}{% endblock %}</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://style.aliunicorn.com/css/6v/apollo/core/core-sc.css?t=0_0" /> <script src="{{config.styleSeed}}"></script> {%- include "snippet/head.html" %} </head> <body> {{ iframe.code|replace_css }} {{ post.html|replace_code }} </body> </html>