Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@ code {

.main :is(ul, ol) {
@apply list-outside;
margin-bottom: 16px;
padding-left: 2em;
}

.main ul {
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!doctype html>
<html
class="bg-neutral-100 text-neutral-900 dark:bg-neutral-900 dark:text-neutral-50"
class="bg-neutral-100 text-neutral-900 dark:bg-neutral-900 text-sm md:text-base dark:text-neutral-50"
lang="{{ site.Language.LanguageCode }}"
dir="{{ or site.Language.LanguageDirection `ltr` }}">
<head>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ul class="list-inline footer-links inline-flex">
<ul class="list-inline footer-links inline-flex mt-2 mb-1">
{{- range .Site.Data.social.social_icons }}
{{- if isset $.Site.Params.Author .id }}
<li>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/post-meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
{{- $dateHuman := .Date | time.Format ":date_long" }}
{{- $lastmod := .Lastmod | time.Format ":date_long" }}
<p class="tight font-semibold md:underline a:no-underline md:underline-offset-4">
<p class="tight font-semibold md:underline a:no-underline md:underline-offset-4 text-xs md:text-small italic">
Published:
<time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
{{- if .Lastmod }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/posts/single.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "main" }}
{{ partial "post-meta.html" . }}
<article class="post mb-16 mt-8">
<article class="post">
{{ .Content | emojify }}
</article>
{{- partial "pager.html" . }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpl",
"version": "0.2.4",
"version": "0.4.1",
"description": "A simpl(e) Hugo Theme",
"author": "@esacteksab",
"scripts": {
Expand Down