Skip to content

Instantly share code, notes, and snippets.

@azovsky
azovsky / html.tpl.php
Created April 20, 2018 11:47 — forked from pascalduez/html.tpl.php
Drupal 7 — Move $scripts at page bottom
<!DOCTYPE html>
<html<?php print $html_attributes; ?>>
<head>
<?php print $head; ?>
<title><?php print $head_title; ?></title>
<?php print $styles; ?>
<?php print $head_scripts; ?>
</head>
<body<?php print $body_attributes;?>>
@azovsky
azovsky / hyper.js
Last active September 19, 2022 06:26 — forked from coco-napky/hyper.js
Hyper config for git bash in Windows
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
[
{
featureType: "administrative",
elementType: "all",
stylers: [
{ visibility: "off" }
]
},{
featureType: "landscape.natural",
elementType: "all",