diff --git a/smw b/smw new file mode 160000 index 0000000..8706140 --- /dev/null +++ b/smw @@ -0,0 +1 @@ +Subproject commit 8706140a510f246c003d65c0a24f16240e6e91ce diff --git a/templates/form.temple b/templates/form.temple index 64640b8..8d5e327 100644 --- a/templates/form.temple +++ b/templates/form.temple @@ -1,7 +1,7 @@
-

{- (if (args :message) (args :message) "Vytvořte svojí prezentaci, prosím!") -}

+

{- (if (args :message) (args :message) "Təqdimatınızı yaradın, zəhmət olmasa!") -}

- +
diff --git a/templates/navigation.temple b/templates/navigation.temple index b61fb5f..73c2f1d 100644 --- a/templates/navigation.temple +++ b/templates/navigation.temple @@ -4,6 +4,6 @@ - kapitola: {{ (get-in args [:presentation :chapters (args :chapter) :title]) }} - slajd: {{ (inc (args :slide)) }} + fəsil: {{ (get-in args [:presentation :chapters (args :chapter) :title]) }} + slayd: {{ (inc (args :slide)) }} diff --git a/templates/presentation.temple b/templates/presentation.temple index ed8c710..cf80873 100644 --- a/templates/presentation.temple +++ b/templates/presentation.temple @@ -12,8 +12,8 @@
- domů - restartovat + ev + yenidən başlamaq

{{ (get-in args [:presentation :title]) }}

{- (http/page navigation args) -}