Skip to content

Instantly share code, notes, and snippets.

@pmallol
Created July 6, 2020 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmallol/176c419e4adfed5a0355863e16a18d75 to your computer and use it in GitHub Desktop.
Save pmallol/176c419e4adfed5a0355863e16a18d75 to your computer and use it in GitHub Desktop.
Add an About link to the Index page in Middleman app hosted in GitHub Pages
<!-- ../source/index.html.erb -->
---
title: Welcome to Middleman
---
<!-- ... -->
<%= link_to 'About', "about/index.html" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment