mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Format HTML everywhere
This commit is contained in:
		
							parent
							
								
									8955235db0
								
							
						
					
					
						commit
						75a45a192b
					
				
					 18 changed files with 174 additions and 189 deletions
				
			
		| 
						 | 
				
			
			@ -1,19 +1,19 @@
 | 
			
		|||
{{ define "main" }}
 | 
			
		||||
  <div id="main">
 | 
			
		||||
<div id="main">
 | 
			
		||||
    <div class="container">
 | 
			
		||||
      {{ partial "content.html" . }}
 | 
			
		||||
      {{ if .Content }}
 | 
			
		||||
        {{ partial "content.html" . }}
 | 
			
		||||
        {{ if .Content }}
 | 
			
		||||
        <hr>
 | 
			
		||||
      {{ end }}
 | 
			
		||||
      {{ range .Pages.ByTitle }}
 | 
			
		||||
        {{ end }}
 | 
			
		||||
        {{ range .Pages.ByTitle }}
 | 
			
		||||
        <div class="media list-page-item mb-3">
 | 
			
		||||
          <div class="media-body">
 | 
			
		||||
            <a href="{{ .RelPermalink }}">
 | 
			
		||||
              <h5 class="my-0"><code>#{{ .Title }}</code></h5>
 | 
			
		||||
            </a>
 | 
			
		||||
          </div>
 | 
			
		||||
            <div class="media-body">
 | 
			
		||||
                <a href="{{ .RelPermalink }}">
 | 
			
		||||
                    <h5 class="my-0"><code>#{{ .Title }}</code></h5>
 | 
			
		||||
                </a>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      {{ end }}
 | 
			
		||||
        {{ end }}
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
{{ end }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue