Downloaded theme
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{- /* Check if this is a GitHub-style alert */ -}}
|
||||
{{- if eq .Type "alert" -}}
|
||||
<div class="md-alert md-alert-{{ .AlertType }}">
|
||||
{{ .Text | safeHTML }}
|
||||
</div>
|
||||
{{- else -}}
|
||||
<blockquote class="md-blockquote">
|
||||
{{ .Text | safeHTML }}
|
||||
</blockquote>
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user