Skip to content

Commit 2a61557

Browse files
committed
著者情報を追加
1 parent 1d727a3 commit 2a61557

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

tool-generate-htmls/template-html.html

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,29 @@ <h1 itemprop="name">${article-title}</h1>
137137
<hr/>
138138

139139
<footer>
140+
141+
<div class="m-2">
142+
<div class="text-center">
143+
<img src="https://ics.media/wp-content/uploads/2018/04/ics-staff-ikeda_2.jpg"
144+
class="rounded-circle"
145+
width="48" height="48"
146+
alt="" />
147+
</div>
148+
<div class="text-center">
149+
<span style="color: #888;">執筆者: </span>
150+
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
151+
<span itemprop="name"><a href="https://twitter.com/clockmaker">${article-author}</a>
152+
</span>
153+
</span>
154+
</div>
155+
</div>
156+
157+
140158
<div class="text-data">
141159
<div>公開日 : <span itemprop="datePublished" content="${article-datePublished}">${article-datePublished-locale}</span>
142160
/ 最終更新日 :
143161
<time itemprop="dateModified" datetime="${article-dateModified}">${article-dateModified-locale}</time>
144-
/ 著者 :
145-
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
146-
<span itemprop="name"><a href="https://twitter.com/clockmaker">${article-author}</a>
147-
</span>
148-
</span></div>
162+
</div>
149163
<div>※この記事は Three.js の2017年12月19日現在最新のリビジョン89を元に執筆しています。</div>
150164
</div>
151165
</footer>

0 commit comments

Comments
 (0)