Gitiles
Code Review
Sign In
source.supwisdom.com
/
epayment
/
epayapidocs
/
60ba803eef5a9cbe354c419691a915e7285f3c9b
/
.
/
themes
/
bootstrap-blog
/
layout
/
_partial
/
header.ejs
blob: 7d44c5be015e5117e589e124f59c6904b3718469 [
file
] [
log
] [
blame
]
<div
class
=
"blog-header"
>
<h1
class
=
"blog-title"
>
<%=
config
.
title %>
</h1>
<%
if
(
theme
.
subtitle
){
%>
<p
class
=
"lead blog-description"
>
<%=
theme
.
subtitle %>
</p>
<%
}
%>
</div>