typo correction and config update
This commit is contained in:
parent
9756e5ffd7
commit
cb78ce0d07
|
@ -29,10 +29,3 @@ MetaDataFormat = "toml"
|
||||||
googleAuthorship = "+SalarRahmanian"
|
googleAuthorship = "+SalarRahmanian"
|
||||||
googleAnalytics = "UA-47014432-1"
|
googleAnalytics = "UA-47014432-1"
|
||||||
gravatarHash = "b64b5fa27cef80b3b647482b0949d207"
|
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}}
|
</a><br>{{end}}
|
||||||
{{if isset .Params "software_image" }} <meta itemprop="image" content="{{ index .Params "software_iamge" }}">{{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}}
|
{{if isset .Params "download_url" }}<meta itemprop="downloadURL" content="{{ index .Params "download_url" }}">{{end}}
|
||||||
<meta itemprop="publisher" content="{{ index .Params "publisher" | or
|
<meta itemprop="publisher" content="{{ index .Params "publisher" | or "softinio.com" }}">
|
||||||
"softinio.com" }}">
|
|
||||||
<meta itemprop="softwareApplicationCategory" content="{{ index .Params "software_category" | or "UtilitiesApplication" }}">
|
<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" }}">
|
<meta itemprop="operatingSystems" content="{{ index .Params "operating_system" | or "Windows 7 and above, OSX 10.7 and above, linux" }}">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue