fixes for new hugo versions
This commit is contained in:
@ -376,15 +376,6 @@ const SettingsCollection = {
|
||||
required: true,
|
||||
},
|
||||
Title(false),
|
||||
{
|
||||
name: "paginate",
|
||||
label: "Anzahl der Seitenelemente",
|
||||
widget: "number",
|
||||
value_type: "int",
|
||||
min: 1,
|
||||
step: 1,
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "summaryLength",
|
||||
label: "Länge von Zusammenfassungen (Zeichenanzahl)",
|
||||
|
@ -12,7 +12,7 @@ const StatsCollection = {
|
||||
{
|
||||
name: "abiturdurchschnitte",
|
||||
label: "Abiturdurchschnitte",
|
||||
file: "static/data/abiturdurchschnitte.json",
|
||||
file: "assets/data/abiturdurchschnitte.json",
|
||||
fields: [
|
||||
{
|
||||
name: "abiturdurchschnitte",
|
||||
@ -43,7 +43,7 @@ const StatsCollection = {
|
||||
{
|
||||
name: "schuelerzahlen",
|
||||
label: "Schülerzahlen",
|
||||
file: "static/data/schuelerzahlen.json",
|
||||
file: "assets/data/schuelerzahlen.json",
|
||||
fields: [
|
||||
{
|
||||
name: "schuelerzahlen",
|
||||
|
Reference in New Issue
Block a user