mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-03 19:56:36 +00:00 
			
		
		
		
	Use classes instead of ids for changelog and sources
This commit is contained in:
		
							parent
							
								
									0ae71e3794
								
							
						
					
					
						commit
						900219b281
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<div class="content-info">
 | 
					<div class="content-info">
 | 
				
			||||||
    {{ if .Params.Sources }}
 | 
					    {{ if .Params.Sources }}
 | 
				
			||||||
    <div id="sources">
 | 
					    <div class="sources">
 | 
				
			||||||
        <h2>Sources</h2>
 | 
					        <h2>Sources</h2>
 | 
				
			||||||
        <ul>
 | 
					        <ul>
 | 
				
			||||||
            {{ range $i, $e := .Params.Sources }}
 | 
					            {{ range $i, $e := .Params.Sources }}
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,7 @@
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    {{ end }}
 | 
					    {{ end }}
 | 
				
			||||||
    {{ if .Params.Changelog }}
 | 
					    {{ if .Params.Changelog }}
 | 
				
			||||||
    <div id="changelog">
 | 
					    <div class="changelog">
 | 
				
			||||||
        <h2> Changelog</h2>
 | 
					        <h2> Changelog</h2>
 | 
				
			||||||
        <ul>
 | 
					        <ul>
 | 
				
			||||||
            {{ range $i, $e := .Params.Changelog }}
 | 
					            {{ range $i, $e := .Params.Changelog }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -110,7 +110,7 @@ img {
 | 
				
			||||||
    margin-bottom: 0.3rem;
 | 
					    margin-bottom: 0.3rem;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  #changelog, #sources {
 | 
					  .changelog, .sources {
 | 
				
			||||||
    font-family: $font-family-mono;
 | 
					    font-family: $font-family-mono;
 | 
				
			||||||
    font-size: $font-size-base * 0.9;
 | 
					    font-size: $font-size-base * 0.9;
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue