update drafts and fix homepage link
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<div class="link_tiles_grid">
|
||||
<a href="{{ collections.post[-1].page.url }}">
|
||||
<a href="/pages/">
|
||||
<img src="_assets/img/most_recent.jpg" alt=""/>
|
||||
newest!
|
||||
all posts
|
||||
</a>
|
||||
<a href="/blog/">
|
||||
<img src="_assets/img/blog.jpg" alt=""/>
|
||||
|
@ -307,6 +307,21 @@ footer {
|
||||
border: 2px solid var(--border);
|
||||
}
|
||||
|
||||
.two-columns {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
gap: var(--line-padding);
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.two-columns *{
|
||||
width: 100%;
|
||||
aspect-ratio: 1/1;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
/* simple lightbox pulled from https://codepen.io/nebo/pen/ONXejO */
|
||||
|
||||
.trans
|
||||
|
Reference in New Issue
Block a user