-
Notifications
You must be signed in to change notification settings - Fork 3.2k
-
Hi I noticed that the margins in the other tabs (blog, talks, teaching) have wider margins where the text and images can go to the farther edges to the right. I was wondering how to change this for the about home page to make the text go to the right more.
imageversus
imageBeta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
I had this issue as well and managed to find a work-around solution for this (YMMV):
For pages where you want to remove the empty space on the right, begin the page files in your _pages directory with layout: archive
For pages where you want to insert the empty space on the right, begin the page files in your _pages directory with layout: single
Beta Was this translation helpful? Give feedback.
All reactions
-
Did you put in under the
`
permalink: /
title: ""
author_profile: true
redirect_from:
- /about/
- /about.html
`
?
Beta Was this translation helpful? Give feedback.
All reactions
-
I put it on the very first line, above permalink but below the ---. Worked fine for me!
Beta Was this translation helpful? Give feedback.