Vincent Prouillet
b16d525134
Mention feed_url in docs
2019-09-16 11:46:17 +02:00
Vincent Prouillet
6a7e955ab0
Add lang to get_taxonomy & get_taxonomy_url
2019-08-15 22:14:53 +02:00
Vincent Prouillet
fd19469e40
Clarify a bit the pager term
...
Closes #775
2019-08-13 19:19:45 +02:00
Vincent Prouillet
7f459940e1
Allow multiple taxonomies with same name in different language
...
Closes #766
2019-08-10 18:54:32 +02:00
Vincent Prouillet
0e4e0c35b3
Remove all draft specific code
2019-07-19 11:10:28 +02:00
Avery Larsen
1cc0295637
Fix internal links ( #743 )
...
It looks like two links on this page didn't get updated with the change from `./` to `@/` in ec61a57
.
2019-07-11 10:00:35 +02:00
Stuart Small
12d2576fba
Fix for #632 - add ability to get asset image dimensions ( #670 )
2019-05-30 20:06:24 +02:00
Vincent Prouillet
ba6165fc47
Merge branch 'master' into next
2019-05-28 22:20:48 +02:00
Vincent Prouillet
ec61a57841
Use @/ for internal links rather than ./
...
Close #686
2019-05-27 14:35:18 +02:00
Björn Lindström
8491110c4b
Elaboration and imrovement in docs on paging ( #692 )
...
Added and clarified a few things that would probably have saved me from
raising getzola/zola#691 .
2019-05-20 02:30:41 -07:00
Vincent Prouillet
290029aeed
Fix a bit the pagination template doc
2019-05-18 17:55:10 -07:00
Vincent Prouillet
b29596c3cc
Mention the 404 page does not get current_path/current_url
...
Close #586
2019-05-01 23:06:05 +02:00
Vincent Prouillet
50caf1c90c
Fix typo in docs
...
Closes #636
2019-03-25 23:15:53 +01:00
Vincent Prouillet
5d695d7ce8
Merge pull request #567 from getzola/next
...
v.0.6.0
2019-03-25 20:26:07 +01:00
Vincent Prouillet
2a8d0de532
Pass extra for page in sitemap entries
2019-03-19 20:42:16 +01:00
Vincent Prouillet
c63b7fde44
load_data now defaults to plain type + fix bug with get_taxonomy fn
2019-03-16 10:01:11 +01:00
Vincent Prouillet
7baf08cef2
Update docs for sitemap
2019-03-14 21:15:01 +01:00
Vincent Prouillet
67ddabfa8b
Fix doc mentioning non-existent fields on sections
2019-02-27 17:59:09 +01:00
Jordan Shurmer
bf1fd1a086
Fix minor documentation quirks in templates/overview
2019-02-27 08:54:09 -05:00
Vincent Prouillet
723729b6d1
Merge branch 'master' into next
2019-02-16 15:49:19 +01:00
Vincent Prouillet
705a30aa8d
Move toc to be a rendering page/section variable level
2019-02-09 20:49:18 +01:00
Peng Guanwen
07843c116f
Fix format mistake
2019-02-03 21:46:07 +08:00
Vincent Prouillet
1c7729cac6
Default lang to config.default_language
2019-01-29 19:20:11 +01:00
Vincent Prouillet
e119b68533
Remove earlier/later/lighter/heavier from pages when rendering sections
2019-01-21 17:55:05 +01:00
Vincent Prouillet
19075191ff
Add translations to page/sections
2019-01-04 20:31:31 +01:00
Vincent Prouillet
779511ae43
Pass down lang and start docs
2018-12-28 13:24:49 +01:00
Vincent Prouillet
b3004c69ef
Fix broken taxonomies pagination
...
Closes #533
2018-11-29 20:24:46 +01:00
Vincent Prouillet
1d97b24898
Merge branch 'master' into next
2018-11-07 19:45:03 +01:00
Jake Howard
fef522bb29
Add links to tera documentation for filters and functions
...
Fixes https://github.com/Keats/gutenberg/issues/510 . Well, should help with it.
2018-11-02 14:45:51 +00:00
Vincent Prouillet
c05f7c8362
Merge branch 'master' into next
2018-10-31 08:41:20 +01:00
Jake Howard
aad12d829f
Remote data ( #494 )
2018-10-29 20:13:09 +01:00
Vincent Prouillet
0101e5cb12
Update docs to refer to zola
2018-10-18 23:11:36 +02:00
Vincent Prouillet
83b04a561c
Expose relative path of pages & sections
...
Closes #485
2018-10-18 18:00:40 +02:00
Luke Frisken
1baa7750f3
CSV and TOML loading global functions ( #379 )
...
Local CSV/TOML/JSON loading Tera function
2018-10-18 17:32:30 +02:00
Vincent Prouillet
86c418372f
Add metadata_only to get_section
2018-10-18 16:49:33 +02:00
Vincent Prouillet
957c6bed9d
Have a list of ancestors instead of only parent section
2018-10-18 15:54:51 +02:00
Vincent Prouillet
f14dbcbdf4
section.subsections is now an array of paths
...
Close #446
Close #260
Close #478
Close #284
Close #480
2018-10-15 22:28:27 +02:00
Greizgh
fec58054b4
Inject config in robots.txt context
...
This allow to use base_url in robots.txt, to reference a sitemap for
example.
2018-10-02 08:15:26 +02:00
Vincent Prouillet
e1aaed3c04
Remove paginator.pagers
2018-09-30 23:49:32 +02:00
Vincent Prouillet
f66a9425d2
Mention a paginated section doesnt get its pages
2018-09-29 11:15:50 +02:00
Vincent Prouillet
98ed34ec49
Removed outdated bit in rss docs
2018-09-17 11:32:54 +02:00
Vincent Prouillet
5ed489d4f2
Merge pull request #389 from Libbum/pagination
...
Update pagination for test_site posts
2018-09-02 21:34:16 +02:00
Joe Clay
005e1f00b6
Update page variable list for custom taxonomies
...
I love the new support for custom taxonomies! I got a little thrown off when updating my site, though, as the docs didn't specify how the page would expose the taxonomies to the template. Wasn't too hard to figure it out, but I figured I'd save the next person who tries it the effort :)
2018-08-12 13:09:46 +01:00
cmal
ec65d01a72
Add assets to Sections variables
2018-08-10 15:59:03 +02:00
Vincent Prouillet
84a3193e97
Last fixes
2018-08-03 19:47:39 +02:00
Vincent Prouillet
efddb24b95
We actually need get_taxonomy_url. Also update docs
2018-07-31 16:35:16 +02:00
Vincent Prouillet
9e3c66186b
Merge branch 'master' into next
2018-07-31 15:33:51 +02:00
Daniel Sockwell
554d50720c
Update templates/pages-sections.md
2018-07-29 16:53:42 -04:00
Vincent Prouillet
e83d76bf8a
Clarify taxonomies templates doc
2018-07-27 18:44:10 +02:00
Vincent Prouillet
f37b19db6a
Add archive docs
...
Fix #307
2018-07-17 17:58:59 +02:00