forked from doubaniux/boofilsic
-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cc3ebf
commit 8113344
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,14 +5,13 @@ | |
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta property="og:title" content="{{ site_name }} - 联邦宇宙书影音游戏标注平台"> | ||
<meta property="og:title" content="{{ site_name }} - 分布式书影音播客游戏收藏评论交流社区"> | ||
<meta name="description" | ||
property="og:description" | ||
content="{{ site_name }}致力于为联邦宇宙居民提供一个自由、开放、互联的书籍、电影、音乐和游戏收藏评论空间"> | ||
content="{{ site_description }}"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:url" content="{{ site_url }}"> | ||
<meta property="og:image" | ||
content="{{ request.scheme }}://{{ request.get_host }}{% static 'img/logo_square.jpg' %}"> | ||
<meta property="og:image" content="{{ site_logo }}"> | ||
<meta property="og:site_name" content="{{ site_name }}"> | ||
<title>{{ site_name }} - {% trans '登录' %}</title> | ||
<script src="https://cdn.jsdelivr.net/npm/@tarekraafat/[email protected]/dist/autoComplete.min.js"></script> | ||
|