mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	This allows, for example, marking with the lang attribute so that the correct CJK glyph variants are displayed.
		
			
				
	
	
		
			18 lines
		
	
	
		
			731 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			731 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="col-sm-6 col-md-4" style="padding-bottom:1em;">
 | 
						|
    <div class="showcase-container">
 | 
						|
      <div class="dummy"></div>
 | 
						|
      <div class="thumbnail">
 | 
						|
      <a href="{{ .Params.sitelink }}"><img class="img-responsive img-rounded" style="width:100%;" src="{{ .Params.thumbnail }}" alt="{{ .Description }}"></a>
 | 
						|
      <h4>
 | 
						|
        <a href="{{ .Params.sitelink }}">{{ .Title | safeHTML }}</a>
 | 
						|
        {{ if (isset .Params "sourcelink") }}
 | 
						|
        <a href="{{ .Params.sourcelink }}" class="small pull-right">source</a>
 | 
						|
        {{ end }}
 | 
						|
      </h4>
 | 
						|
              {{ range .Params.tags }}
 | 
						|
              <span class="label label-default" style="font-size:60%;">{{ . }}</span>
 | 
						|
              {{ end }}
 | 
						|
      </div>
 | 
						|
  </div>
 | 
						|
</div>
 |