Merge branch 'master' into a11y-fixes
This commit is contained in:
		
						commit
						bc8a948e9e
					
				
							
								
								
									
										6
									
								
								USERS.md
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								USERS.md
									
									
									
									
									
								
							| @ -58,6 +58,12 @@ | |||||||
| - https://they.mint.lgbt **Joey Aliaga** (Software Developer & Student) | - https://they.mint.lgbt **Joey Aliaga** (Software Developer & Student) | ||||||
| - https://tatewilhelm.me **Tate Wilhelm** (Student, Programmer & Tinkerer) | - https://tatewilhelm.me **Tate Wilhelm** (Student, Programmer & Tinkerer) | ||||||
| - https://mikefoden.com **Mike Foden** (Software Developer) | - https://mikefoden.com **Mike Foden** (Software Developer) | ||||||
|  | - https://undemalum.github.io/portfolio/ **Mateusz Konat** (Student) | ||||||
|  | - https://ku0hn.radio **Ben Kuhn** (Ham Radio Operator, InfoSec Engineer, Tinkerer) | ||||||
|  | - https://bg117.xyz/projects **bg117** (Student and Hobby Programmer) | ||||||
|  | - https://www.grumpymetalguy.com **GrumpyMetalGuy** (General Grumper and Developer) | ||||||
|  | - https://blog.jontes.page **Jonte** (general tech geek) | ||||||
|  | - https://nazdarthegame.com/ **Michal Skoula** (Software Developer) | ||||||
| 
 | 
 | ||||||
| <!-- | <!-- | ||||||
|  TEMPLATE: |  TEMPLATE: | ||||||
|  | |||||||
| @ -20,9 +20,11 @@ | |||||||
|           <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> |           <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> | ||||||
|         </h1> |         </h1> | ||||||
|         <div class="post-meta"> |         <div class="post-meta"> | ||||||
|  |           {{- with .Date }} | ||||||
|             <time class="post-date"> |             <time class="post-date"> | ||||||
|             {{ .Date.Format "2006-01-02" }} |               {{ .Format "2006-01-02" }} | ||||||
|             </time> |             </time> | ||||||
|  |           {{- end }} | ||||||
|           {{ with .Params.Author }} |           {{ with .Params.Author }} | ||||||
|             <span class="post-author">:: {{ . }}</span> |             <span class="post-author">:: {{ . }}</span> | ||||||
|           {{ end }} |           {{ end }} | ||||||
|  | |||||||
| @ -11,9 +11,11 @@ | |||||||
|           <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> |           <a href="{{ .Permalink }}">{{ .Title | markdownify }}</a> | ||||||
|         </h1> |         </h1> | ||||||
|         <div class="post-meta"> |         <div class="post-meta"> | ||||||
|  |           {{- with .Date }} | ||||||
|             <time class="post-date"> |             <time class="post-date"> | ||||||
|             {{ .Date.Format "2006-01-02" }} |               {{ .Format "2006-01-02" }} | ||||||
|             </time> |             </time> | ||||||
|  |           {{- end }} | ||||||
|           {{ with .Params.Author }} |           {{ with .Params.Author }} | ||||||
|             <span class="post-author">:: {{ . }}</span> |             <span class="post-author">:: {{ . }}</span> | ||||||
|           {{ end }} |           {{ end }} | ||||||
| @ -38,7 +40,7 @@ | |||||||
|           {{ else if .Description }} |           {{ else if .Description }} | ||||||
|             {{ .Description | markdownify }} |             {{ .Description | markdownify }} | ||||||
|           {{ else }} |           {{ else }} | ||||||
|             {{ .Summary | markdownify }} |             {{ .Summary }} | ||||||
|           {{ end }} |           {{ end }} | ||||||
|         </div> |         </div> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -3,7 +3,7 @@ | |||||||
|     {{ if or $.Site.Params.showMenuItems ( eq .Site.Params.showMenuItems 0 ) }} |     {{ if or $.Site.Params.showMenuItems ( eq .Site.Params.showMenuItems 0 ) }} | ||||||
|       {{ range first $.Site.Params.showMenuItems $.Site.Menus.main }} |       {{ range first $.Site.Params.showMenuItems $.Site.Menus.main }} | ||||||
|         {{ if not .HasChildren }} |         {{ if not .HasChildren }} | ||||||
|           <li><a href="{{ .URL }}">{{ .Name }}</a></li> |           <li><a href="{{ .URL }}" {{ if .Params.NewTab }} target="_blank" {{ end }}>{{ .Name }}</a></li> | ||||||
|         {{ end }} |         {{ end }} | ||||||
|       {{ end }} |       {{ end }} | ||||||
|       {{ if gt (len $.Site.Menus.main) $.Site.Params.showMenuItems }} |       {{ if gt (len $.Site.Menus.main) $.Site.Params.showMenuItems }} | ||||||
| @ -13,7 +13,7 @@ | |||||||
|           <ul class="menu__sub-inner-more hidden"> |           <ul class="menu__sub-inner-more hidden"> | ||||||
|             {{ range last (sub (len $.Site.Menus.main) $.Site.Params.showMenuItems) $.Site.Menus.main }} |             {{ range last (sub (len $.Site.Menus.main) $.Site.Params.showMenuItems) $.Site.Menus.main }} | ||||||
|               {{ if not .HasChildren }} |               {{ if not .HasChildren }} | ||||||
|                 <li><a href="{{ .URL }}">{{ .Name }}</a></li> |                 <li><a href="{{ .URL }}" {{ if .Params.NewTab }} target="_blank" {{ end }}>{{ .Name }}</a></li> | ||||||
|               {{ end }} |               {{ end }} | ||||||
|             {{ end }} |             {{ end }} | ||||||
|           </ul> |           </ul> | ||||||
| @ -22,7 +22,7 @@ | |||||||
|     {{ else }} |     {{ else }} | ||||||
|       {{ range $.Site.Menus.main }} |       {{ range $.Site.Menus.main }} | ||||||
|         {{ if not .HasChildren }} |         {{ if not .HasChildren }} | ||||||
|           <li><a href="{{ .URL }}">{{ .Name }}</a></li> |           <li><a href="{{ .URL }}" {{ if .Params.NewTab }} target="_blank" {{ end }}>{{ .Name }}</a></li> | ||||||
|         {{ end }} |         {{ end }} | ||||||
|       {{ end }} |       {{ end }} | ||||||
|     {{ end }} |     {{ end }} | ||||||
| @ -45,7 +45,7 @@ | |||||||
|   <ul class="menu__inner menu__inner--mobile"> |   <ul class="menu__inner menu__inner--mobile"> | ||||||
|     {{ range $.Site.Menus.main }} |     {{ range $.Site.Menus.main }} | ||||||
|       {{ if not .HasChildren }} |       {{ if not .HasChildren }} | ||||||
|         <li><a href="{{ .URL }}">{{ .Name }}</a></li> |         <li><a href="{{ .URL }}" {{ if .Params.NewTab }} target="_blank" {{ end }}>{{ .Name }}</a></li> | ||||||
|       {{ end }} |       {{ end }} | ||||||
|     {{ end }} |     {{ end }} | ||||||
|     {{ if and $.Site.Params.showLanguageSelector (len $.Site.Home.AllTranslations) }} |     {{ if and $.Site.Params.showLanguageSelector (len $.Site.Home.AllTranslations) }} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user