New micro
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{{ end }}
|
||||
|
||||
<div style="display: none;" class="p-summary {{ range .Site.Params.bridgy }}e-bridgy-{{.}}-content {{ end }}">
|
||||
<data class="p-bridgy-omit-link" value="maybe" />
|
||||
{{ if ne .Type "micro"}}{{ .Description }}{{ end }}
|
||||
{{ if eq .Type "micro"}}{{ partial "bridgy/micro.html" . }}{{ end }}
|
||||
{{ if eq .Type "photos"}}{{ partial "bridgy/photos.html" . }}{{ end }}
|
||||
@@ -13,5 +14,4 @@
|
||||
{{ range .Params.tags }} <span class="p-category">#{{ . }}</span>{{ end }} {{ range .Params.categories }} <span class="p-category">#{{ . }}</span>{{ end }}
|
||||
</div>
|
||||
|
||||
<data class="p-bridgy-omit-link" value="maybe" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user