Lars Kellogg-Stedman
ac8b097d82
Fix reference to "framed" parameter
...
Previously, `layouts/_default/index.html` was referencing `.Params.framed`,
which looks for the `framed` parameter in the local document metadata,
rather than in the site configuration.
This commit replaces it with `$.Site.Params.framed`, allowing you to frame
the index content by setting in `config.toml`:
```
[params]
framed = true
```
2023-02-14 16:22:30 -05:00
T2hhbmEK
1093ce9610
fix summary not showing
2023-01-21 23:20:14 +08:00
Radek Kozieł
9e657da94a
Merge pull request #415 from florianbieser/FeatureNoindexAttribute
...
option to set an attribute noindex in front-matter for some sites
2023-01-20 19:08:30 +01:00
Florian
3d894d14be
correct behaviour even if boolean is written as string
2023-01-19 17:07:38 +01:00
Florian
e06649f8c8
option to set an attribute noindex in front-matter for some sites
2023-01-18 16:55:33 +01:00
Florian
de960997bc
option to write the reading time in the same language as the site
2023-01-18 16:51:20 +01:00
panr
20fc1079fa
update footer links
2023-01-02 23:19:52 +01:00
panr
1d7e65f42e
fix external static style.css path (part 2)
2022-12-09 15:54:14 +01:00
panr
613325cba0
fix external static style.css path
2022-12-08 23:42:23 +01:00
Aliaksei Yazhou
c1952eb7d5
#389 Added additional check if color param is empty string
2022-11-17 00:55:10 +02:00
panr
1e65ffdf24
Layout fixes
2022-11-13 22:45:10 +01:00
panr
39ba3a4ea9
Simplify menus
2022-11-08 00:34:01 +01:00
panr
8b28b06e72
Fix cover param for og:image
2022-11-06 10:31:25 +01:00
panr
3a101141d0
Fix menu layout and bring back spacer element
2022-11-06 10:05:46 +01:00
Radek Kozieł
c5febe957a
Fix menu layout
2022-11-06 09:16:27 +01:00
Rui Miguel Silva Seabra
45dd9bd29e
Fix menu's by properly enclosing the inner ul's into li's as it should be.
2022-11-03 19:05:40 +00:00
panr
855855cd60
Fix .Lastmod context
2022-10-24 16:31:41 +02:00
panr
ea5c6aa798
Update templates and README
2022-10-22 13:30:32 +02:00
panr
4fdd77c871
minor fixes
2022-06-21 21:30:21 +02:00
panr
5cf4720aff
change menu behavior
2022-06-21 17:15:11 +02:00
panr
7f097d7700
refactor from PostCSS to SASS
2022-06-21 17:14:59 +02:00
panr
56791937ff
init module
2022-06-21 15:50:51 +02:00