typo correction and config update
This commit is contained in:
parent
9756e5ffd7
commit
cb78ce0d07
|
@ -29,10 +29,3 @@ MetaDataFormat = "toml"
|
|||
googleAuthorship = "+SalarRahmanian"
|
||||
googleAnalytics = "UA-47014432-1"
|
||||
gravatarHash = "b64b5fa27cef80b3b647482b0949d207"
|
||||
myphoto = "LeilaSalar.jpg"
|
||||
github = "https://github.com/softinio"
|
||||
stackOverflow = "http://stackoverflow.com/users/1930869/softinio"
|
||||
linkedin = "https://www.linkedin.com/in/salarrahmanian/"
|
||||
googleplus = "https://plus.google.com/+SalarRahmanian"
|
||||
twitter = "https://twitter.com/SalarRahmanian"
|
||||
rss = true
|
||||
|
|
|
@ -30,8 +30,7 @@
|
|||
</a><br>{{end}}
|
||||
{{if isset .Params "software_image" }} <meta itemprop="image" content="{{ index .Params "software_iamge" }}">{{end}}
|
||||
{{if isset .Params "download_url" }}<meta itemprop="downloadURL" content="{{ index .Params "download_url" }}">{{end}}
|
||||
<meta itemprop="publisher" content="{{ index .Params "publisher" | or
|
||||
"softinio.com" }}">
|
||||
<meta itemprop="publisher" content="{{ index .Params "publisher" | or "softinio.com" }}">
|
||||
<meta itemprop="softwareApplicationCategory" content="{{ index .Params "software_category" | or "UtilitiesApplication" }}">
|
||||
<meta itemprop="operatingSystems" content="{{ index .Params "operating_system" | or "Windows 7 and above, OSX 10.7 and above, linux" }}">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue