1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +02:00

Updates Rust Version to be shortcode.

This commit is contained in:
Cameron Dershem
2019-06-12 23:53:04 -04:00
parent d2a2fc6979
commit e43f408bce
4 changed files with 13 additions and 5 deletions

View File

@ -0,0 +1,5 @@
{{- if eq (.Get 0) "actix" -}}
{{- .Page.Site.Params.actixMinRustVersion -}}
{{- else if eq (.Get 0) "actix-web" -}}
{{- .Page.Site.Params.actixWebMinRustVersion -}}
{{- end -}}