1 Star 0 Fork 1

李春光/jekyll-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
head.html 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
lcg0124 提交于 2018-05-07 18:45 +08:00 . init
<!DOCTYPE html>
<html>
<head>
{% if jekyll.environment == 'production' %}
{% if site.tag_manager_id %}
{% include google_tag_manager.html %}
{% elsif site.google_analytics_tracking_id %}
{% include google_analytics.html %}
{% endif %}
{% endif %}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/assets/css/materialize.css">
{% if site.syntax_highlighting %}
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/assets/main.css">
{% endif %}
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<title>{{site.title}}</title>
</head>
<body>
{% if site.tag_manager_id and jekyll.environment == 'production' %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{site.tag_manager_id}}"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{% endif %}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lcg0124/jekyll-blog.git
git@gitee.com:lcg0124/jekyll-blog.git
lcg0124
jekyll-blog
jekyll-blog
master

搜索帮助