get authors also from feed data + some css
This commit is contained in:
parent
4a9f5201d1
commit
150314936c
5 changed files with 140 additions and 39 deletions
|
|
@ -66,6 +66,8 @@ struct Config {
|
|||
out_dir: String,
|
||||
/// templates folder
|
||||
templates_dir: String,
|
||||
/// How many feed entries should be included in the planet
|
||||
max_entries: usize,
|
||||
}
|
||||
|
||||
pub fn to_checked_pathbuf(dir: &str) -> PathBuf {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue