Skip to content

Commit

Permalink
🎨 Update asides format
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Nov 20, 2018
1 parent 85dd890 commit eb827f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _includes/post_meta.html
@@ -1,4 +1,4 @@
<aside class="my-4 pt-4 border-t-2 border-dashed border-grey-light">
<aside class="my-4 p-4 bg-grey-lighter rounded overflow-hidden border-t-2">
<h3>Post Meta</h3>
<ul class="list-reset">
<li>
Expand Down
4 changes: 2 additions & 2 deletions _includes/post_related.html
@@ -1,7 +1,7 @@
{% if site.related_posts != empty %}
<aside class="my-4 pt-4 border-t-2 border-dashed border-grey-light">
<aside class="my-4 p-4 bg-grey-lighter rounded overflow-hidden border-t-2">
<h3 class="flex mb-4">Related Posts</h3>
{% for post in site.related_posts limit:3 %}
{% for post in site.related_posts limit:4 %}
{% unless post.hidden %}
<article class="flex mb-4">
<div class="w-2/3">
Expand Down
2 changes: 1 addition & 1 deletion _includes/post_sharing.html
@@ -1,4 +1,4 @@
<aside class="my-4 pt-4 border-t-2 border-dashed border-grey-light">
<aside class="my-4 p-4 bg-grey-lighter rounded overflow-hidden border-t-2">
<h3>Sharing</h3>
<div class="flex">
<ul class="list-reset">
Expand Down

0 comments on commit eb827f0

Please sign in to comment.