Skip to content

Commit

Permalink
Maybe fixes an issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianPavilonis committed Dec 4, 2019
1 parent df94cc8 commit 21b7184
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/posts/2019-03-01-markdown-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Markdown styling"
description: "Markdown post content stress test. See how your post content is being styled with Tailwind CSS."
date: 2019-02-27 17:54:43
author: Christian
tags: ['design']
tags: ['markdown', 'design']
---

**Blog posts in Bleda are written using Markdown. However, you are free to use HTML inside Markdown, for any elements not covered by the spec.**
Expand Down
3 changes: 1 addition & 2 deletions src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<g-link to="/" class="text-black">amishDev</g-link>
</h1>
<p class="text-gray-700 text-lg sm:text-3xl">
crafting software
crafting software.
</p>
</div>
</header>
Expand Down Expand Up @@ -80,7 +80,6 @@ export default {
excerpt
description
path
cover
tags {
id
title
Expand Down
1 change: 1 addition & 0 deletions src/templates/Author.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<header>
<div class="max-w-xl md:max-w-3xl xl:max-w-4xl flex flex-col-reverse mx-auto text-center px-6 pt-24 pb-10 md:py-32 border-b border-gray-300">
<h1 class="text-4xl sm:text-5xl md:text-6xl font-sans font-bold mb-2 capitalize">{{ titleCase($page.author.title) }}</h1>
<svg class="w-5 sm:w-6 fill-current text-gray-500 mx-auto mb-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" role="img" aria-labelledby="authorIcon"><title id="authorIcon">Author posts</title><path d="M5 5a5 5 0 0 1 10 0v2A5 5 0 0 1 5 7V5zM0 16.68A19.9 19.9 0 0 1 10 14c3.64 0 7.06.97 10 2.68V20H0v-3.32z"/></svg>
</div>
<nav class="absolute top-0 left-0 z-20 mt-6 ml-6">
<g-link to="/" class="text-sm border text-gray-900 border-gray-400 opacity-75 hover:opacity-100 rounded-full px-4 py-2 transition-opacity">&larr; Home</g-link>
Expand Down

0 comments on commit 21b7184

Please sign in to comment.