File tree Expand file tree Collapse file tree 6 files changed +5
-7
lines changed
Expand file tree Collapse file tree 6 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,6 @@ code {
170170
171171.main : is (ul , ol ) {
172172 @apply list-outside;
173- margin-bottom : 16px ;
174- padding-left : 2em ;
175173}
176174
177175.main ul {
Original file line number Diff line number Diff line change 11<!doctype html>
22< html
3- class ="bg-neutral-100 text-neutral-900 dark:bg-neutral-900 dark:text-neutral-50 "
3+ class ="bg-neutral-100 text-neutral-900 dark:bg-neutral-900 text-sm md:text-base dark:text-neutral-50 "
44 lang ="{{ site.Language.LanguageCode }} "
55 dir ="{{ or site.Language.LanguageDirection `ltr` }} ">
66< head >
Original file line number Diff line number Diff line change 1- < ul class ="list-inline footer-links inline-flex ">
1+ < ul class ="list-inline footer-links inline-flex mt-2 mb-1 ">
22{{- range .Site.Data.social.social_icons }}
33{{- if isset $.Site.Params.Author .id }}
44 < li >
Original file line number Diff line number Diff line change 22{{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
33{{- $dateHuman := .Date | time.Format ":date_long" }}
44{{- $lastmod := .Lastmod | time.Format ":date_long" }}
5- < p class ="tight font-semibold md:underline a:no-underline md:underline-offset-4 ">
5+ < p class ="tight font-semibold md:underline a:no-underline md:underline-offset-4 text-xs md:text-small italic ">
66 Published:
77 < time datetime ="{{ $dateMachine }} "> {{ $dateHuman }}</ time >
88 {{- if .Lastmod }}
Original file line number Diff line number Diff line change 11{{ define "main" }}
22{{ partial "post-meta.html" . }}
3- < article class ="post mb-16 mt-8 ">
3+ < article class ="post ">
44 {{ .Content | emojify }}
55</ article >
66{{- partial "pager.html" . }}
Original file line number Diff line number Diff line change 11{
22 "name" : " simpl" ,
3- "version" : " 0.2.4 " ,
3+ "version" : " 0.4.1 " ,
44 "description" : " A simpl(e) Hugo Theme" ,
55 "author" : " @esacteksab" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments