We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f272b commit ca9ba08Copy full SHA for ca9ba08
_includes/header.html
@@ -26,7 +26,7 @@
26
{% endif %}
27
<header class="cf">
28
<div class="container">
29
- <h1><a href="/">WP-CLI</a></h1>
+ <h1><a href="/"><img alt="WP-CLI" src="/assets/img/wp-cli-logo.png" height="40px"></a></h1>
30
{% capture page_url %}{{ page.url | remove:'index.html' }}{% endcapture %}
31
{% if page_url == '/restful/' %}
32
<h2>The <em>RESTful</em> command line interface for WordPress</h2>
0 commit comments