Efendi
Efendi
Here is the [link](https://leipapa.com/blog/jurisdictional-surcharge-update-for-egypt-eg-lei-codes/ "LEIpapa Blog")
If there is a gravatar email specified in the author's TOML file, $avatar variable assigns the gravatar image instead of the local file. So, there is no need to specify...
Currently, it looks like that...  not ugly but can be improved
Here: _single.scss: ``` .breadcrumbs-container { display: flex; /* Use flexbox to make the breadcrumbs appear in one row */ align-items: center; /* Align the items vertically in the center */...
Here is how it looks alive: [Link](https://leipapa.com/blog/six-common-organizational-identifiers/)
Hi! Could you please provide a code that you use for a big picture in a hero section? Thanks.
> @mafendi see #387. Thanks! š
> @mafendi https://github.com/imfing/hextra/pull/389 was merged into `main` branch, see the PR description for the updated code usage. > > @imfing can we please have #390 merged also? Great, thanks a...
+1 from me for tags/categories Also, regarding the image for the blog post... Could you pls add this feature as well? I currently use `subtitle` and `featuredImage` in the front...
You can add `summary` or `subtitle` to the frontmatter and add similar code to the single layout: ``` {{ .Params.subtitle }} ``` - Change CSS according to your design. -...