Welcome to mirror list, hosted at ThFree Co, Russian Federation.

quote.html « shortcodes « layouts - github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: beb3355a6aa290a5f0f94b127d2cd34ff44a8dc7 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="w3-panel w3-card-4 w3-light-grey"{{ with .Get "width"}} style="width:{{.}}"{{ end }}>
    <i class="fa fa-quote-right w3-xxlarge w3-text-red"></i><br>
    <p class=" w3-xxlarge">
	{{ .Inner  }}
	</p>
	{{ with .Get "author"}}
	<p class="w3-right">--- {{.}}</p>
	{{ end }}
    
  </div>