We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca557d commit d1240f7Copy full SHA for d1240f7
_includes/jumbotron.html
@@ -1,17 +1,11 @@
1
<section class="jumbotron" geo-pattern="{{ page.title }}">
2
<div class="container">
3
<div id="jumbotron-meta-info">
4
+ <h1>{{ page.title }}</h1>
5
<span class="meta-info">
- <span class="octicon octicon-location"></span>
6
- {{ site.location }}
7
- </span>
8
- <span class="meta-info hvr-grow">
9
- <span class="octicon octicon-organization"></span>
10
- <a href="{{ site.company_url }}" target="_blank">{{ site.company }}</a>
11
12
13
- <span class="octicon octicon-mark-github"></span>
14
- <a href="{{ site.github_url }}" target="_blank">@{{ site.name }}</a>
+ {% if page.date %}
+ <span class="octicon octicon-calendar"></span> {{ page.date | date: "%Y/%m/%d" }}
+ {% endif %}
15
</span>
16
</div>
17
0 commit comments