mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Rename item-link to item-name
This commit is contained in:
		
							parent
							
								
									007ef91d3b
								
							
						
					
					
						commit
						32c391f183
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -7,7 +7,7 @@
 | 
				
			||||||
{{ .Scratch.Set "dateformat" nil }}
 | 
					{{ .Scratch.Set "dateformat" nil }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<a class="item-link" href="{{ .RelPermalink }}">
 | 
					<a class="item-name" href="{{ .RelPermalink }}">
 | 
				
			||||||
    <span class="item-title">{{ .Title }}</span>
 | 
					    <span class="item-title">{{ .Title }}</span>
 | 
				
			||||||
    {{ if not .Date.IsZero }}
 | 
					    {{ if not .Date.IsZero }}
 | 
				
			||||||
    <span class="item-day">{{ .Date.Format $dateformat }}</span>
 | 
					    <span class="item-day">{{ .Date.Format $dateformat }}</span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -227,7 +227,7 @@ img {
 | 
				
			||||||
    .item-list-item {
 | 
					    .item-list-item {
 | 
				
			||||||
        border-bottom: 1px grey dashed;
 | 
					        border-bottom: 1px grey dashed;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .item-link {
 | 
					        .item-name {
 | 
				
			||||||
            display: flex;
 | 
					            display: flex;
 | 
				
			||||||
            justify-content: space-between;
 | 
					            justify-content: space-between;
 | 
				
			||||||
            align-items: baseline;
 | 
					            align-items: baseline;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue