Use prism for code syntax highlighting
This commit is contained in:
parent
356c9dca43
commit
adf3c67355
54 changed files with 471 additions and 324 deletions
|
@ -13,7 +13,7 @@ An example .info file for a Drupal 7 theme.
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
~~~
|
||||
```language-ini
|
||||
name = My Theme
|
||||
description = A description of my theme
|
||||
core = 7.x
|
||||
|
@ -41,5 +41,5 @@ stylesheets[print][] = css/print.css
|
|||
|
||||
# Add javascript files
|
||||
styles[] = js/mytheme.js
|
||||
~~~
|
||||
```
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue