Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit315066b

Browse files
committed
Xiang Tech
1 parent4199a0c commit315066b

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

‎_layouts/company.html‎

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<metacharset="utf-8">
5+
<title>{% if page.title %}{{ page.title }} • {% endif %}{{ site.title }}</title>
6+
{% if page.excerpt %}<metaname="description"content="{{ page.excerpt | strip_html }}">{% endif %}
7+
{% if page.tags %}<metaname="keywords"content="{{ page.tags | join: ', ' }}">{% endif %}
8+
{% if page.author %}
9+
{% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.owner %}
10+
{% endif %}
11+
{% include open-graph.html %}
12+
13+
<linkrel="canonical"href="{{ page.url | replace:'index.html','' | prepend: site.url }}">
14+
15+
<linkhref="{{ site.url }}/atom.xml"type="application/atom+xml"rel="alternate"title="{{ site.title }} Atom Feed">
16+
<linkhref="{{ site.url }}/sitemap.xml"type="application/xml"rel="sitemap"title="Sitemap">
17+
18+
<metaname="HandheldFriendly"content="True">
19+
<metaname="MobileOptimized"content="320">
20+
<metaname="viewport"content="width=device-width, initial-scale=1.0">
21+
<metahttp-equiv="cleartype"content="on">
22+
23+
<linkrel="stylesheet"href="{{ site.url }}/css/main.css">
24+
<!-- HTML5 Shiv and Media Query Support for IE -->
25+
<!--[if lt IE 9]>
26+
<script src="{{ site.url }}/js/vendor/html5shiv.min.js"></script>
27+
<script src="{{ site.url }}/js/vendor/respond.min.js"></script>
28+
<![endif]-->
29+
{% if site.google_analytics and jekyll.environment == 'production' %}
30+
{% include google-analytics.html %}
31+
{% endif %}
32+
</head>
33+
34+
<bodyid="js-body">
35+
{% include browser-upgrade.html %}
36+
{% include header.html %}
37+
<!-- {% include navigation-sliding.html %} -->
38+
39+
<divid="page-wrapper">
40+
</div>
41+
42+
<scriptsrc="{{ site.url }}/js/vendor/jquery-1.9.1.min.js"></script>
43+
<scriptsrc="{{ site.url }}/js/main.js"></script>
44+
45+
</body>
46+
47+
</html>

‎xiangtech.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout:
2+
layout:company
33
permalink: /xiangtech
44
title:
55
---

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp