Gitiles
Code Review
Sign In
source.supwisdom.com
/
epayment
/
epayapidocs
/
199015b5578e2a45f55a33e4fc7aefcf834960a4
/
.
/
themes
/
bootstrap-blog
/
layout
/
_partial
/
header.ejs
blob: 7d44c5be015e5117e589e124f59c6904b3718469 [
file
] [
log
] [
blame
]
Tang Cheng
60ba803
2016-06-20 15:31:17 +0800
[
diff
] [
blame
]
1
<div
class
=
"blog-header"
>
2
<h1
class
=
"blog-title"
>
<%=
config
.
title %>
</h1>
3
<%
if
(
theme
.
subtitle
){
%>
4
<p
class
=
"lead blog-description"
>
<%=
theme
.
subtitle %>
</p>
5
<%
}
%>
6
</div>