Link the microblog properly

This commit is contained in:
R Tyler Croy 2021-02-17 23:01:01 -08:00
parent 8ed5f8bc27
commit 4e1513b75c
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
3 changed files with 2 additions and 10 deletions

View File

@ -28,15 +28,6 @@ exclude:
url: 'https://brokenco.de/'
author: 'R. Tyler Croy'
# Navigation
nav:
- name: "about"
href: "/about"
- name: "code"
href: "//github.com/rtyler"
- name: "feed"
href: '/atom.xml'
# Sass
sass:
style: compressed

View File

@ -2,4 +2,5 @@ pages:
- {name: 'About', url: 'about.html'}
- {name: 'Tags', url: 'categories'}
- {name: 'Feed', url: 'atom.xml'}
- {name: 'Microblog', url: 'microblog.xml'}
- {name: 'Gopher', url: 'gopher://gopher.brokenco.de/'}

View File

@ -2,8 +2,8 @@
layout: default
title: Home
---
{% for post in paginator.posts %}
{% for post in paginator.posts %}
<div class="post">
<h2 id = "post-title"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>