Add syntax highlighting, edit theme, and revise AdvMake documentation
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
			
		||||
<a class="f6 link dim ph3 pv2 mb2 dib white bg-{{ .Get "color" }}" style="color: white;" href="{{ .Get "link" }}">
 | 
			
		||||
<a class="btn" style="color: {{ .Get "fgcolor" }}; background-color: {{ .Get "bgcolor" }};" href="{{ .Get "link" }}">
 | 
			
		||||
  {{if or (.Get "icon")}}
 | 
			
		||||
  <span class="iconify icon:{{.Get "icon"}}"></span> 
 | 
			
		||||
  {{end}}
 | 
			
		||||
  {{ .Get "text" }}
 | 
			
		||||
</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user