File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
---
4
4
<!DOCTYPE html>
5
5
< html >
6
- {% capture metaDesc %}您访问的资源在{{ site.title }}上未找到 {% endcapture %}
6
+ {% capture metaDesc %}您访问的资源未能找到 {% endcapture %}
7
7
{% include head.html cattitle="404" metaDesc=metaDesc notArticle=true%}
8
8
< body >
9
9
{% include nav.html %}
Original file line number Diff line number Diff line change 3
3
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
5
6
- {% capture page_desc %}{% if include.metaDesc %}{{ include.metaDesc }}{% endif %} | {{ site.title }},致力于为国内和校内用户提供高质量的开源软件镜像、Linux 镜像源服务,帮助用户更方便地获取开源软件。本镜像站由清华大学 TUNA 协会负责运行维护。{% endcapture %}
6
+ {% capture page_desc %}{% if include.metaDesc %}{{ include.metaDesc }} | {% if include.cattitle %}{{ include.cattitle }} | {% endif %}{% endif %} {{ site.title }},致力于为国内和校内用户提供高质量的开源软件镜像、Linux 镜像源服务,帮助用户更方便地获取开源软件。本镜像站由清华大学 TUNA 协会负责运行维护。{% endcapture %}
7
7
{% capture page_title %}{% if page.mirrorid %} {{ page.mirrorid }} |{% elsif page.title %} {{ page.title }} |{% endif %}{% if include.cattitle %} {{ include.cattitle }} |{% endif %}{% if (page.title or include.cattitle) %}{{" "}}{% endif %}{{ site.title }}{% if site.brand %} | {{ site.brand }}{% endif %}{% endcapture %}
8
8
9
9
< meta name ="description " content ="{{ page_desc }} ">
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
- {% capture metaDesc %}{{ site.title }}的 {{ page.mirrorid }} 使用帮助{% endcapture %}
3
+ {% capture metaDesc %}{{ page.mirrorid }} 使用帮助{% endcapture %}
4
4
{% include head.html cattitle="镜像站使用帮助" metaDesc=metaDesc %}
5
5
< body >
6
6
{% include nav.html %}
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
- {% capture metaDesc %}{{ site.title }} | {{ page.title }}{% endcapture %}
3
+ {% capture metaDesc %}{{ page.title }}{% endcapture %}
4
4
{% include head.html cattitle="镜像站新闻" metaDesc=metaDesc %}
5
5
< body >
6
6
{% include nav.html %}
Original file line number Diff line number Diff line change 4
4
---
5
5
<!DOCTYPE html>
6
6
< html >
7
- {% capture metaDesc %}{{ site.title }}的新闻 {% endcapture %}
7
+ {% capture metaDesc %}镜像站新闻 {% endcapture %}
8
8
{% include head.html metaDesc=metaDesc notArticle=true %}
9
9
< body >
10
10
{% include nav.html %}
Original file line number Diff line number Diff line change 3
3
---
4
4
<!DOCTYPE html>
5
5
< html >
6
- {% capture metaDesc %}{{ site.title }}的监控 ,包括网络流量、磁盘状态、磁盘占用和 CPU 与内存的使用情况,以及各个镜像的同步状态{% endcapture %}
6
+ {% capture metaDesc %}镜像站监控 ,包括网络流量、磁盘状态、磁盘占用和 CPU 与内存的使用情况,以及各个镜像的同步状态{% endcapture %}
7
7
{% include head.html metaDesc=metaDesc notArticle=true %}
8
8
< body >
9
9
{% include nav.html %}
You can’t perform that action at this time.
0 commit comments