update
This commit is contained in:
parent
74929ff17a
commit
7c39b10dea
8 changed files with 12 additions and 12 deletions
|
@ -8,7 +8,7 @@
|
|||
<section class="section header">
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>{{ .Params.heading }}</h1>
|
||||
<h2>{{ .Params.heading }}</h2>
|
||||
<span class="subtitle">{{.Params.subheading}}</span>
|
||||
</header>
|
||||
<section class="section contact">
|
||||
|
@ -39,7 +39,7 @@
|
|||
{{- range first 4 (where .Site.RegularPages "Type" "project") }}
|
||||
<a href="{{ .Permalink }}">
|
||||
<article>
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h2>{{ .Title }}</h2>
|
||||
<p class="meta">
|
||||
{{ with .Params.activetime }}<span class="date">{{ . }}</span><br />{{ end }}
|
||||
{{ with .Params.status }}<span class="status">{{ . }}</span>{{ end }}
|
||||
|
@ -58,7 +58,7 @@
|
|||
{{- range first 4 (where .Site.RegularPages "Type" "post") }}
|
||||
<a href="{{ .Permalink }}">
|
||||
<article>
|
||||
<h1><span>{{ .Title }}</span></h1>
|
||||
<h2><span>{{ .Title }}</span></h2>
|
||||
{{ with .Description }}<p class="description">{{ . }}</p>{{ end }}
|
||||
<p class="meta" title="{{ .Date.Format "2 Jan 2006, 15:04 MST" }}">
|
||||
<span class="date">{{ .Date.Format "2 January 2006" }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue