forked from kitian616/kitian616.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 944 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: base
title: Tian Qi
excerpt: Tian Qi | 田琦
---
{%- if site.author.type == 'organization' -%}
{%- assign _author_itemtype = 'http://schema.org/Organization' -%}
{%- else -%}
{%- assign _author_itemtype = 'http://schema.org/Person' -%}
{%- endif -%}
<div itemscope itemtype="{{ _author_itemtype }}" class="layout--author">
<div class="main">
<div class="content">
<div class="author-avatar">
<img itemprop="image" alt="my photo" src="https://wx3.sinaimg.cn/large/73bd9e13ly1fjkqy66hl8j208c08c0td.jpg" />
</div>
<h1 itemprop="name" class="title-text">{{ site.author.name }}</h1>
{% include author-links.html author=site.author %}
<p><a itemprop="url" class="social-link blog" title="Visit my blog." href="/blog" target="_self">Visit My Blog</a></p>
</div>
</div>
</div>
<script>{%- include scripts/common.js -%}</script>
{% include analytics.html %}