2ff764f331
* Initial checkin of refactoring gulp / scss * Updated gitignore. * Removing build directory. * Updated package.json, removed downloads script. * Removed assets_backup. Added back travis. Added back github pages dependency. Changed assets to src. * Updated javascript rendering. * Removing citra-theme button overrides in favor of scss. * Refactored hyperlinks underline color * Replacing manual string concat with backtick.
9 lines
600 B
HTML
9 lines
600 B
HTML
<meta property="og:description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}" />
|
|
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Summary }}{{ end }}" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:image" content="{{ .Site.BaseURL }}/images/banners/{{ .Params.Banner | default (print .File.BaseFileName ".png") }}" />
|
|
<meta property="og:article:published_time" content="{{ .Date.Format "2006-01-02T15:04:05Z07:00" | safeHTML }}" />
|
|
{{- range .Params.tags }}
|
|
<meta property="og:article:tag" content="{{ . }}" />
|
|
{{- end }}
|