Home
last modified time | relevance | path

Searched full:head (Results 1 – 25 of 887) sorted by relevance

12345678910>>...36

/template/strap/resources/snippet/js/
H A Dcombo-loader.js12 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 Dholy-medium.hbs2 <head>
4 {{> head-partial }}
5 {{> page-side-md-collapsable-head }}
6 </head>
H A Dindex.hbs3 <head>
5 {{> head-partial }}
6 {{> page-side-md-collapsable-head }}
7 </head>
H A Dholy.hbs2 <head>
4 {{> head-partial }}
5 {{> page-side-md-collapsable-head }}
6 </head>
H A Dapp-login.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dblank.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-register.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-resendpwd.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-profile.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dminimal.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dhamburger.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dapp-index.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dindex-medium.hbs2 <head>
4 {{>head-partial}}
5 </head>
H A Dlanding.hbs3 <head>
5 {{> head-partial }}
6 </head>
H A Dmedium.hbs2 <head>
4 {{>head-partial}}
5 </head>
/template/ad-hominem/
H A Dmy_template.php38 // 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/
Drelease.yml28 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/
Dmain.php22 <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">&nbsp;</div>
/template/20cones/lang/en/
Dindex.html2 <head>
4 </head>
/template/20cones/conf/
Dindex.html2 <head>
4 </head>
/template/20cones/lang/ko/
Dindex.html2 <head>
4 </head>
/template/20cones/lang/
Dindex.html2 <head>
4 </head>
/template/20cones/lang/es/
Dindex.html2 <head>
4 </head>
/template/comicslate/
Dmediamanager.php11 // 1. HEAD
12 "\n\t" . '<head>' .
17 echo "\t" . '</head>' .
/template/notes/css/
Drss.xsl8 <head>
12head{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