Improvements I made today
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<a href="{{ .Permalink }}" class="card-link-wrapper" rel="bookmark" title="Link to {{ .Title }}" >
|
||||
<article class="card">
|
||||
<h2 class="card-title">{{ .Title }}</h2>
|
||||
<span class="post-date">Published {{ .Date.Format "Jan 2, 2006" }}</span>
|
||||
<p>{{ .Description }}</p>
|
||||
<div class="post-date card-date">Posted <time datetime="{{ .PublishDate.Format "2006-01-02 12:00" }}">{{ .PublishDate.Format "Jan 2, 2006" }}</time></div>
|
||||
<p class="card-text">{{ .Description }}</p>
|
||||
<!-- {{ if .Truncated }}<a class="moretag" href="{{ .Permalink }}">Continue reading</a>{{ end }} -->
|
||||
</article>
|
||||
</a>
|
||||
@@ -8,6 +8,7 @@
|
||||
<link rel="icon" type="image/x-icon" href="{{ .Site.BaseURL }}/img/favicon.ico">
|
||||
<!-- Recommended favicon format -->
|
||||
<link rel="icon" type="image/png" href="{{ .Site.BaseURL }}/img/favicon.png">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" />
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css" />
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/xcode.css" />
|
||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/latolatinfonts.css" />
|
||||
|
||||
Reference in New Issue
Block a user