File tree Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2020  image : thegeeklab/hugo:0.83.1 
2121  commands :
2222  - mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc 
23+   - cp exampleSite/layouts/partials/head/custom.ci.html exampleSite/layouts/partials/head/custom.html 
2324  - hugo -s exampleSite/ -b http://localhost/ 
2425
2526- name : html-validation 
@@ -270,6 +271,6 @@ depends_on:
270271
271272---
272273kind : signature 
273- hmac : 2c0c709a64128fd42c47d3549184ac29e2225be8de1953fa2e72b63aa0b7e871 
274+ hmac : e2ef57c014893437655882116e07f1b8ea211adf60aa479c52113df515f51b58 
274275
275276...
Original file line number Diff line number Diff line change 1+ < meta  http-equiv ="Content-Security-Policy " content ="default-src 'self'; manifest-src 'self'; connect-src 'self'; font-src 'self'; img-src 'self' img.shields.io; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' "> 
Original file line number Diff line number Diff line change 1+ < meta  http-equiv ="Content-Security-Policy " content ="default-src 'self'; manifest-src 'self'; connect-src 'self'; font-src 'self'; img-src 'self' img.shields.io; script-src 'self' 'unsafe-inline'; style-src 'self' "> 
Original file line number Diff line number Diff line change 77
88    {{ partial "head/favicons" . }}
99    {{ partial "head/others" . }}
10+     {{ partial "head/custom" . }}
1011</ head > 
1112
1213< body  itemscope  itemtype ="https://schema.org/WebPage "> 
Original file line number Diff line number Diff line change 1+ <!-- You can add custom elements to the page header here. --> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments