diff --git a/_includes/header.html b/_includes/header.html index 4755662..a5bf915 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,6 +1,9 @@
- Home - Categories - Tags - lynnesbian.space + +
\ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 6745cbc..01c3ce8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -31,6 +31,7 @@ + {%- for tag in page.tags %} {%- endfor %} @@ -79,7 +80,7 @@ {%- endif %} - + diff --git a/_layouts/post.html b/_layouts/post.html index 0db41ce..47605d2 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,19 +3,22 @@ layout: default --- {% include header.html %}

{{ page.title }}

-
-
-
person By {{ page.author }} access_time Published {{ page.date | date_to_long_string: "ordinal" }}
+
+
+
person By {{ page.author }} access_time Published {{ page.date | date_to_long_string: "ordinal" }}
{{ page.categories }} - {{ content }} -
-
-
-

Share this post

- coming soon uwu -
-
-

Leave a comment

- coming soon uwu -
-
\ No newline at end of file +
+ {{ content }} +
+ +
+
+

Share this post

+ coming soon uwu +
+
+

Leave a comment

+ coming soon uwu +
+ + \ No newline at end of file diff --git a/assets/style.css b/assets/style.css index b64032c..6b096f3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,6 +1,7 @@ body { font-family: sans-serif; } + h1 { font-family: "Playfair Display"; text-align: center; @@ -10,6 +11,14 @@ h1 { header { font-family: sans-serif; } +nav { + display: inline-block; +} +#header-logo { + height: 32px; + display: inline-block; + vertical-align: middle; +} #post-content h2 { background: linear-gradient(to right, #9fc 0px 5px, transparent 5px 100%); @@ -52,7 +61,7 @@ header { line-height: 1.6em; } -#main { +main { width: 90%; margin: 0 auto; } \ No newline at end of file diff --git a/index.html b/index.html index 4570759..c0e1d8f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ title: "bune.city - Home" --- {% include header.html %}

{{ site.title }}

-
+
{% for post in site.posts %}
@@ -18,4 +18,4 @@ title: "bune.city - Home"
{% endfor %}
-
\ No newline at end of file + \ No newline at end of file