Merge branch 'main' of ssh://git.n07070.xyz:1968/n07070/blogotheme
This commit is contained in:
commit
58b5b20ddc
@ -4,11 +4,12 @@
|
|||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
|
|
||||||
<body class="single-body">
|
<body class="single-body">
|
||||||
|
|
||||||
|
<main class="">
|
||||||
|
<!-- -->
|
||||||
{{ partial "nav-bar.html" . }}
|
{{ partial "nav-bar.html" . }}
|
||||||
|
|
||||||
<main class="content side-text-padding">
|
<article class="content side-text-padding {{ if ne .Params.dropcap false }}dropcase{{ end }}">
|
||||||
<article class="post {{ if ne .Params.dropcap false }}dropcase{{ end }}">
|
|
||||||
<header class="post-header">
|
<header class="post-header">
|
||||||
<h1 class="post-title">{{ .Title }}</h1>
|
<h1 class="post-title">{{ .Title }}</h1>
|
||||||
{{ if isset .Params "date" }}<p class="post-date">Posted <time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "Jan 2, 2006" }}</time></p>{{ end }}
|
{{ if isset .Params "date" }}<p class="post-date">Posted <time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "Jan 2, 2006" }}</time></p>{{ end }}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
<nav class="end-nav side-padding card-container card content">
|
<nav class="content card card-container side-padding">
|
||||||
{{ partial "openring-out.html" . }}
|
{{ partial "openring-out.html" . }}
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<nav class="nav-bar card-container">
|
<nav class="content card card-container side-padding">
|
||||||
|
|
||||||
<div class="menu-container">
|
<div class="menu-container">
|
||||||
<h1 class="nav-header">
|
<h1 class="nav-header">
|
||||||
|
Loading…
Reference in New Issue
Block a user