UNPKG
space-router
Version:
latest (2.1.0)
2.1.0
2.0.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.0
All the routing essentials.
github.com/KidkArolis/space-router
KidkArolis/space-router
space-router
/
docs
/
layouts
/
partials
/
meta
/
name-author.html
7 lines
(5 loc)
•
175 B
HTML
View Raw
1
2
3
4
5
6
7
{{
if
isset .Params
"author"
}} <meta name=
"author"
content=
"{{ index .Params "
autho
r" }}"
> {{
else
}} <meta name=
"author"
content=
"{{ .Site.Params.author }}"
> {{ end }}