Hello. I have such code on my post
title: “Diet for High Blood Pressure: Eliminate Salt and Alcohol!”
description: “A high blood pressure diet will reduce the risk of serious illness and bring your blood pressure back to normal. Start now!”
image: /images/2017/08/168.jpg
imagepost: /images/2017/08/168-200x152.jpg
date: 2013-03-27
tags: [“diet”]
type: post
showTableOfContents: false
pretitle: High blood pressure diet
pretext: “A diet with high blood pressure will reduce the possibility of serious diseases and bring pressure back to normal. Start now!”
So, using this code
<ul>
<li><a href="/">
👨🍳 {{ .Site.Params.Name }} /
</a></li>
<li><a href="/">
here i need to use Pretitle of Category
</a></li>
<li><a href="/">
{{ .Params.Pretitle }}
</a></li>
</ul>
I have such picture
I indicated place where i need to use params.pretitle from my _index.en.md file, witch has next info:
title: Salads are a wonderful addition to the second course
description: Salads are a wonderful addition to the second course. These include meat, fish, vegetable, fruit … All salads cannot be counted. In the process of preparing a salad, it can be supplemented to taste with your favorite ingredients …
type: post
pretitle: Salads
i need to use params.pretitle from my _index.en.md.
I need use it inside my Post template pretitle: Salads.
Who knows how to do it?
HELP PLEASE))