chrisbobbe / jekyll-theme-prologue

A Jekyll version of the "Prologue" theme by HTML5 UP
https://chrisbobbe.github.io/jekyll-theme-prologue/
Other
427 stars 937 forks source link

Sidebar hover and link doesn't work #75

Closed losercamp closed 4 years ago

losercamp commented 4 years ago

Hello, I'm starting my first blog with this stylish theme (and Jekyll). Sorry for this noob question.

TL;DR

screenshot

The problem:

Cannot link to posts under the Amazing Blog category when I clicked the link at the sidebar. I've changed "Amazing Blog" to "Random Thoughts" and created a new post "2020-05-27-hello-world.markdown" under _posts folder.

Front Matter in 2020-05-27-hello-world.markdown

---
layout: post
title: "Hello World"
description: My first post.
date: 2020-05-27
---

Front Matter in blog.markdown

---
layout: blog
title: Random Thoughts
icon: fa-pencil-alt
order: 3
---

Thank you for letting me use this theme. Thanks in advance if anyone help me.

losercamp commented 4 years ago

It was fixed after I posted a few posts, so this is not an issue anymore.