mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Finish basic site
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{{ define "main" }}
|
||||
<div class="page-header dashed-bottom">
|
||||
<div class="page-header">
|
||||
<h1 data-value="Posts" class="typewriter scramble"></h1>
|
||||
<p>Ideas, projects, and other musings.</p>
|
||||
</div>
|
||||
{{ range.Pages }}
|
||||
<article class="light-dashed-bottom">
|
||||
<article>
|
||||
<a href="{{ .Permalink }}">
|
||||
{{ if .Params.banner }}
|
||||
<div class="post-list-body-container">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<div class="page-header dashed-bottom">
|
||||
<div class="page-header">
|
||||
<h1 data-value="{{ .Title }}" class="scramble">{{ .Title }}</h1>
|
||||
<small class="post-list-date">{{ .Date.Format "January 2, 2006" }}</small>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user