mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
Update website
This commit is contained in:
5
layouts/shortcodes/actix-version.html
Normal file
5
layouts/shortcodes/actix-version.html
Normal file
@ -0,0 +1,5 @@
|
||||
{{- if eq (.Get 0) "actix" -}}
|
||||
{{- .Page.Site.Params.actixVersion -}}
|
||||
{{- else if eq (.Get 0) "actix-web" -}}
|
||||
{{- .Page.Site.Params.actixWebVersion -}}
|
||||
{{- end -}}
|
1
layouts/shortcodes/actix-web-version.html
Normal file
1
layouts/shortcodes/actix-web-version.html
Normal file
@ -0,0 +1 @@
|
||||
0.6
|
Reference in New Issue
Block a user