diff --git a/README.md b/README.md index 03c07e66a..ac9e9775f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Key features: * Customisable themes. It doesn't have to look bland. * Does not require much RAM, either on server or client. * Suitable for installation on single board computers. + * No timeline algorithms. * No javascript. * No database. Data stored as ordinary files. * No fashionable web frameworks. *"Boring by design"*. diff --git a/gemini/EN/index.gmi b/gemini/EN/index.gmi index a6084ed92..22da095ca 100644 --- a/gemini/EN/index.gmi +++ b/gemini/EN/index.gmi @@ -23,6 +23,7 @@ Key features: * Customisable themes. It doesn't have to look bland. * Does not require much RAM, either on server or client. * Suitable for installation on single board computers. + * No timeline algorithms. * No javascript. * No database. Data stored as ordinary files. * No fashionable web frameworks. "Boring by design". diff --git a/website/EN/index.html b/website/EN/index.html index 34122637a..09164d85d 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -55,9 +55,9 @@ font-size: var(--font-size); } - .features { - margin-left: 20%; - } + .features { + margin-left: 20%; + } a, u { color: var(--main-fg-color); @@ -1204,6 +1204,7 @@
  • Customisable themes. It doesn't have to look bland.
  • Does not require much RAM, either on server or client.
  • Suitable for installation on single board computers.
  • +
  • No timeline algorithms.
  • No javascript.
  • No database. Data stored as ordinary files.
  • No fashionable web frameworks. "Boring by design".