Add our logo, with class, requiring allowing raw HTML
This commit is contained in:
parent
f6992d9015
commit
45586b8a46
2 changed files with 19 additions and 0 deletions
|
@ -9,4 +9,20 @@ outputs = ["Reveal"]
|
|||
---
|
||||
|
||||
|
||||
<img alt="Agaric" src="images/agaric-logo-stacked.png" class="plain" />
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
> When building a Drupal site, “there’s a module for that” can be the sweetest words you can hear.
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
```php
|
||||
function something() {
|
||||
return 'nothing';
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue