Skip to content
Snippets Groups Projects
Commit a964dc0c authored by Martin Lange's avatar Martin Lange
Browse files

fix post sorting and number of posts in post lists

parent feafc7f5
No related branches found
No related tags found
1 merge request!143FINAM Cookbook & Blog
Pipeline #124249 passed with stages
in 2 minutes and 59 seconds
......@@ -8,5 +8,4 @@ A loose collection of recipes for solving tasks and problems frequently encounte
:format: {title}
:tags: cookbook
:excerpts:
:sort:
:expand: Read more ...
......@@ -69,11 +69,10 @@ See our gallery of examples that use FINAM.
News from the [FINAM Blog](blog/index).
```{postlist} 25
```{postlist} 3
:format: "{title}"
:tags: announcement
:excerpts:
:sort:
:expand: Read more ...
```
......
......@@ -5,9 +5,9 @@ import numpy as np
from ..data.grid_spec import NoGrid
from ..data.tools import get_magnitude, get_units
from ..tools.log_helper import ErrorLogger
from ..errors import FinamMetaDataError
from ..sdk import Adapter
from ..tools.log_helper import ErrorLogger
__all__ = [
"Callback",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment