Separate current articles and archived articles #473
-
|
Hi all. I recently discovered this nice Hugo Theme. I like the aspect and simplicity of the overview. I would like that on the main pages only the first 20 articles are shown. And on the archived the rest. I had a look to the partials. But being a novice in the area, I could not find a place that would allow me to do this. Many thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
@jromal, the changes you're asking for cannot be implemented using standard configuration properties in the These changes can be tested here: https://deploy-preview-29--bilberry-sandbox.netlify.app/ |
Beta Was this translation helpful? Give feedback.
@jromal, the changes you're asking for cannot be implemented using standard configuration properties in the
config.tomlfile. Instead, you should modify thelayouts/archive/single.htmlandlayouts/index.htmltemplates and copy them to your repository. Please look at this PR request I created to implement the changes you asked for in the Bilberry Sandbox.These changes can be tested here: https://deploy-preview-29--bilberry-sandbox.netlify.app/