Commit graph

14 commits

Author SHA1 Message Date
undergoundwires
94b6795a52 Improve styling to allow flexible overrides
This commit changes targeted styling of `a` element to a class-based
styling. This way, this is style is reusable on other elements and
another `<a>` element can be used inside a `post-item`.

Otherwise, if someone would need to use `<a>` element in a post item,
then he would get all other styles (such as `display:flex`) on every
`<a>` which is unexpected.

This commit ensures that the style is abstracted from the element type
itself, giving more flexibility when overriding the theme, and increases
maintainability by making the intent more clear.
2022-11-16 01:14:35 +01:00
undergroundwires
72aeb27510 make pagination customizable 2021-02-23 01:09:46 +01:00
Djordje Atlialp
43279295c1
Maybe fix for #156
https://github.com/rhazdon/hugo-theme-hello-friend-ng/issues/156
2020-05-15 10:52:28 +02:00
Djordje Atlialp
9f3c15b70e
Fix issue with wrong pluralization of section title 2020-05-13 08:40:09 +02:00
Robleh Esa
4d65cf7d78
Fix section list pages
Sections other than posts were displaying posts because it was hard coded in $contentTypeName.
2020-05-12 16:55:43 -04:00
Djordje Atlialp
23434e2102
Add pagination for list views 2020-05-12 09:12:56 +02:00
Djordje Atlialp
6e5ea9c054 Do not display disqus in normal single pages 2020-03-15 15:05:21 +01:00
Djordje Atlialp
bae3b85b1f
Add defaults for date things 2019-02-22 16:41:01 +01:00
Djordje Atlialp
805c789ee9
The graat customizing ... 2019-01-27 23:02:55 +01:00
panr
b0dfb769d1 Add contentTypeName to config 2019-01-25 10:21:14 +01:00
panr
e0787f1e1d Add multilanguage support 2019-01-20 17:55:51 +01:00
panr
c287d992dc Update date format 2018-07-30 19:03:01 +02:00
panr
ea9e2bb1bd Fix footer credentials and date format 2018-07-30 18:55:26 +02:00
panr
4e67004628 Init 1 2018-07-20 19:14:22 +02:00