diff --git a/Cargo.lock b/Cargo.lock index c00e80e..9da8e98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1674,9 +1674,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "ovlach_data" -version = "0.1.2" +version = "0.1.3" source = "sparse+https://git.nanobyte.cz/api/packages/ovlach/cargo/" -checksum = "98843b3cefbdbf054f13312e82493248501cdd8abb39379ca2546559358c1437" +checksum = "ad1ebb102ddf00183d68eeb8527f8f6458d6b8ffbd6737f39a485af7370da940" dependencies = [ "chrono", "rocket", diff --git a/Cargo.toml b/Cargo.toml index 90cb557..c41582a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ rocket = { version = "0.5.0", features = ["json"] } rocket_dyn_templates = { version = "0.1.0", features = ["tera"]} reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } -ovlach_data = { version = "0.1.2", registry = "gitea_ovlach"} +ovlach_data = { version = "0.1.3", registry = "gitea_ovlach"} nanobyte_opentelemetry = { version = "0.2.3", registry = "gitea_nanobyte", features = ["rocket-reqwest"] } chrono = "0.4.31" sha256 = "1.4.0" diff --git a/templates/default.html.tera b/templates/default.html.tera index 8524316..c8c321f 100644 --- a/templates/default.html.tera +++ b/templates/default.html.tera @@ -14,7 +14,7 @@

{{ cv.person.name }} {{ cv.person.surname }}

-

{{ "devops-enginner-web-developer" | translate(lang=lang) }}

+

{{ cv.person.job_title | lang_entity(lang=lang) }}