espejelomar commited on
Commit
4eb6e91
1 Parent(s): 2ced9d2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def render_page(post_path: Path):
25
  def get_page_data(post_path: Path):
26
  mod = importlib.import_module(str(post_path))
27
  return {
28
- "titutlo": mod.titulo,
29
  "descripcion": mod.descripcion,
30
  "fecha": mod.fecha,
31
  "thumbnail": mod.thumbnail,
 
25
  def get_page_data(post_path: Path):
26
  mod = importlib.import_module(str(post_path))
27
  return {
28
+ "titulo": mod.titulo,
29
  "descripcion": mod.descripcion,
30
  "fecha": mod.fecha,
31
  "thumbnail": mod.thumbnail,