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) {
|
||||
console.log('Hello, world!', w, d)
|
||||
})(window, document);
|
||||
;(function() {
|
||||
console.log('Hello, world!');
|
||||
})();
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
<a href=".$url$">$title$</a>
|
||||
</h1>
|
||||
<div>
|
||||
<small>$date$</small>
|
||||
$if(updated)$
|
||||
<small>(updated: $updated$)</small>
|
||||
$endif$
|
||||
$date$ $if(updated)$(updated: $updated$)$endif$
|
||||
</div>
|
||||
</header>
|
||||
<section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue