Searched full:head (Results 1 – 25 of 887) sorted by relevance
12345678910>>...36
| /template/strap/resources/snippet/js/ |
| H A D | combo-loader.js | 12 let head = document.querySelector("head"); 13 head.appendChild(script); 22 let head = document.querySelector("head"); 23 head.appendChild(link);
|
| /template/strap/resources/theme/default/pages/templates/ |
| H A D | holy-medium.hbs | 2 <head> 4 {{> head-partial }} 5 {{> page-side-md-collapsable-head }} 6 </head>
|
| H A D | index.hbs | 3 <head> 5 {{> head-partial }} 6 {{> page-side-md-collapsable-head }} 7 </head>
|
| H A D | holy.hbs | 2 <head> 4 {{> head-partial }} 5 {{> page-side-md-collapsable-head }} 6 </head>
|
| H A D | app-login.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | blank.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-register.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-resendpwd.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-profile.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | minimal.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | hamburger.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | app-index.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | index-medium.hbs | 2 <head> 4 {{>head-partial}} 5 </head>
|
| H A D | landing.hbs | 3 <head> 5 {{> head-partial }} 6 </head>
|
| H A D | medium.hbs | 2 <head> 4 {{>head-partial}} 5 </head>
|
| /template/ad-hominem/ |
| H A D | my_template.php | 38 // prepare the head array 39 $head = array(); 51 $head['meta'][] = array('property' => 'og:title', 'content' => tpl_pagetitle($ID, true)); 52 $head['meta'][] = array('property' => 'og:site_name ', 'content' => $conf['title']); 53 $head['meta'][] = array('property' => 'og:type', 'content' => 'website'); 54 $head['meta'][] = array('property' => 'og:url', 'content' => wl($ID, '', true, '&')); 61 $head['meta'][] = array('property' => 'og:description', 'content' => $parts[2]); 64 $head['meta'][] = array('name' => 'description', 'content' => $parts[2]); 71 $head['meta'][] = array('name'=> 'generator', 'content'=> 'DokuWiki'); 73 $head['link'][] = array( [all …]
|
| /template/writr/.github/workflows/ |
| D | release.yml | 28 PREV_TAG=$(git describe --tags --abbrev=0 HEAD^) 33 # List commit messages between the previous tag and current HEAD 34 git log ${PREV_TAG}..HEAD --pretty=format:"* %s" >> CHANGELOG.md 38 git log ${PREV_TAG}..HEAD --format='%aN' | sort -u | awk '{print "* " $0}' >> CHANGELOG.md
|
| /template/dokukit/ |
| D | main.php | 22 <head> 32 </head> 57 <div id="head"> 61 <div id="head-image" > 62 <div id="head-text" class="big_font">'; 74 <div id="head-text-corner"> </div>
|
| /template/20cones/lang/en/ |
| D | index.html | 2 <head> 4 </head>
|
| /template/20cones/conf/ |
| D | index.html | 2 <head> 4 </head>
|
| /template/20cones/lang/ko/ |
| D | index.html | 2 <head> 4 </head>
|
| /template/20cones/lang/ |
| D | index.html | 2 <head> 4 </head>
|
| /template/20cones/lang/es/ |
| D | index.html | 2 <head> 4 </head>
|
| /template/comicslate/ |
| D | mediamanager.php | 11 // 1. HEAD 12 "\n\t" . '<head>' . 17 echo "\t" . '</head>' .
|
| /template/notes/css/ |
| D | rss.xsl | 8 <head> 12 …head{padding-top:80px;padding-bottom:40px}.head_logo{float:left;width:120px;height:120px;margin-ri… 13 </head> 15 <div class="head inner">
|
12345678910>>...36