projects
/
josuexyz
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671a34f
)
minor title change
author
Oscar J. Rodriguez B
<josuer08@gmail.com>
Fri, 6 Mar 2020 21:01:10 +0000
(16:01 -0500)
committer
Oscar J. Rodriguez B
<josuer08@gmail.com>
Fri, 6 Mar 2020 21:01:10 +0000
(16:01 -0500)
views/index.ejs
patch
|
blob
|
history
diff --git
a/views/index.ejs
b/views/index.ejs
index 1aef4f444dea0a19914641cc4bd9dc0d2c09cb65..364441d6ed88fcfacf5688410c3c926a3ea08333 100644
(file)
--- a/
views/index.ejs
+++ b/
views/index.ejs
@@
-25,7
+25,8
@@
<section class="hero">
<div class="hero-body">
<div class="container">
- <h1><%= title %></h1>
+ <h1 class="title is-6"><%= title %></h1>
+ <h2 class="subtitle is-2"></h2>
</div>
</div>
</section>