typo correction and config update

This commit is contained in:
Salar Rahmanian 2017-03-26 12:50:07 -04:00
parent 9756e5ffd7
commit cb78ce0d07
2 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -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>