chore: cleanup JS example; change posts to not use small
This commit is contained in:
parent
372422ab18
commit
38d96f5b1e
2 changed files with 4 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
||||||
;(function(w, d) {
|
;(function() {
|
||||||
console.log('Hello, world!', w, d)
|
console.log('Hello, world!');
|
||||||
})(window, document);
|
})();
|
||||||
|
|
|
@ -5,10 +5,7 @@
|
||||||
<a href=".$url$">$title$</a>
|
<a href=".$url$">$title$</a>
|
||||||
</h1>
|
</h1>
|
||||||
<div>
|
<div>
|
||||||
<small>$date$</small>
|
$date$ $if(updated)$(updated: $updated$)$endif$
|
||||||
$if(updated)$
|
|
||||||
<small>(updated: $updated$)</small>
|
|
||||||
$endif$
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<section>
|
<section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue