load javascript with defer
This commit is contained in:
		
							parent
							
								
									fb2abe595b
								
							
						
					
					
						commit
						2f2e904ebb
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -10,6 +10,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <link rel="stylesheet" href="{{style.css}}">
 | 
					    <link rel="stylesheet" href="{{style.css}}">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <script defer src="{{common.js}}"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <title>reinefjord.net</title>
 | 
					    <title>reinefjord.net</title>
 | 
				
			||||||
  </head>
 | 
					  </head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -60,8 +62,8 @@
 | 
				
			||||||
        <dd>
 | 
					        <dd>
 | 
				
			||||||
        <a href="mailto:firstname(at)lastname(dot)net" class="email encoded">cnVwdXNAcmVpbmVmam9yZC5uZXQK</a>
 | 
					        <a href="mailto:firstname(at)lastname(dot)net" class="email encoded">cnVwdXNAcmVpbmVmam9yZC5uZXQK</a>
 | 
				
			||||||
        <p class="nojs">
 | 
					        <p class="nojs">
 | 
				
			||||||
          Please activate javascript to see the address. Hint: it is
 | 
					          Please activate javascript (or wait for it to load) to see the address.
 | 
				
			||||||
          <span class="email">firstname(at)lastname(dot)net</span>
 | 
					          Hint: the address is <span class="email">firstname(at)lastname(dot)net</span>
 | 
				
			||||||
        </p>
 | 
					        </p>
 | 
				
			||||||
        </dd>
 | 
					        </dd>
 | 
				
			||||||
        <dt>PGP key:</dt>
 | 
					        <dt>PGP key:</dt>
 | 
				
			||||||
| 
						 | 
					@ -72,6 +74,5 @@
 | 
				
			||||||
        </dd>
 | 
					        </dd>
 | 
				
			||||||
      </dl>
 | 
					      </dl>
 | 
				
			||||||
    </main>
 | 
					    </main>
 | 
				
			||||||
    <script src="{{common.js}}"></script>
 | 
					 | 
				
			||||||
  </body>
 | 
					  </body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue