We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab19f4 commit 9eb94ddCopy full SHA for 9eb94dd
html-templates/home.tpl
@@ -103,6 +103,7 @@
103
<li><a href="/blog" class="btn btn-link">{glyph "file"} {_ "Browse all blog posts"}</a></li>
104
</ul>
105
106
+{*
107
<article class="post panel panel-default ">
108
<div class="panel-body">
109
<header class="post-header">
@@ -145,6 +146,7 @@
145
146
<small class="text-muted"><span class="glyphicon glyphicon-time" aria-hidden="true"></span> <a href="/blog/lorem_ipsum_dolor_sit_amet"><time datetime="2016-10-05T19:21:00-04:00" title="Wed 05 Oct 2016 07:21:00 PM EDT">5 Oct 2016</time></a></small>
147
</footer>
148
</article>
149
+*}
150
151
{foreach item=Article from=$activity}
152
{projectActivity $Article headingLevel=h3 showProject=true}
0 commit comments