Browse Source

apply indentation formatting to /layouts/default.html template.

I was faffing in this file and had Emacs do a quick re-indentation (with
web-mode) enabled. I don't think I have touched this file since installing
web-mode.
stable
Craig Oates 2 years ago
parent
commit
d2005080b2
  1. 6
      templates/layouts/default.html

6
templates/layouts/default.html

@ -13,7 +13,7 @@
content="Explore Nicola Ellis & Ritherdon's archive.">
<meta name="keywords"
content="nicola, ellis, ritherdon, uk, metal, fabrication,
fabricators, steel, welding, powder paint, archive">
fabricators, steel, welding, powder paint, archive">
<link rel="stylesheet"
type="text/css"
media="screen"
@ -21,9 +21,7 @@ fabricators, steel, welding, powder paint, archive">
<link rel="icon"
href="/images/favicon.png"
type="image/x-icon">
<script type="text/javascript"
src="/js/main.js">
</script>
<script src="/js/main.js"></script>
{% lisp (insert-snippet "site-wide-snippet.html") %}
</head>
<body>

Loading…
Cancel
Save