diff --git a/layouts/partials/main/edit-page.html b/layouts/partials/main/edit-page.html
index 5f5d762..b69ed36 100644
--- a/layouts/partials/main/edit-page.html
+++ b/layouts/partials/main/edit-page.html
@@ -20,11 +20,7 @@
{{ $filePath := replace .File.Path "\\" "/" }}
-{{ if .Site.Params.options.multilingualMode }}
- {{ $parts = $parts | append "content" .Lang $filePath }}
-{{ else }}
- {{ $parts = $parts | append "content" $filePath }}
-{{ end }}
+{{ $parts = $parts | append "content" .Lang $filePath }}
{{ $url := delimit $parts "/" }}