Merge remote-tracking branch 'pull/patch-1'

Signed-off-by: 王邈 <shankerwangmiao@gmail.com>
This commit is contained in:
王邈 2019-10-14 23:08:22 +08:00
commit 2e1b2bec44
No known key found for this signature in database
GPG Key ID: B031E3CA7BFED96E
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# Site settings
title: 清华大学开源软件镜像站
brand: Tsinghua Open Source Mirrors
brand: Tsinghua Open Source Mirror
baseurl: "" # the subpath of your site, e.g. /blog
permalink: "/:categories/:title/"
url: "https://mirrors.tuna.tsinghua.edu.cn"

View File

@ -6,7 +6,7 @@
<meta name="keywords" content="镜像站,镜像源,Linux,软件源,开源">
<meta name="author" content="TUNA">
<link rel="shortcut icon" href="/static/img/favicon.png">
<title>{% if page.title %} {{ page.title }} |{% endif %}{% if include.cattitle %} {{ include.cattitle }} |{% endif %}{% if (page.title || include.cattitle) %}{{" "}}{% endif %}清华大学开源软件镜像站 | Tsinghua Open Source Mirror</title>
<title>{% if page.title %} {{ page.title }} |{% endif %}{% if include.cattitle %} {{ include.cattitle }} |{% endif %}{% if (page.title || include.cattitle) %}{{" "}}{% endif %}{{ site.title }}{% if site.brand %} | {{ site.brand }}{% endif %}</title>
<link rel="stylesheet" href="/static/css/bootstrap.css">
<link rel="stylesheet" href="/static/css/bootstrap-select.min.css">
<link rel="stylesheet" href="/static/css/font-awesome.min.css" >