Add latest posts to other pages

This commit is contained in:
Oliver Davies 2016-12-29 16:32:52 +00:00
parent 3980cfcad3
commit 21fd100515
101 changed files with 101 additions and 12 deletions

View file

@ -7,6 +7,7 @@ tags:
- drupal-planet
- drush
use: [posts]
---
{% block excerpt %}
If you use [Drush](https://raw.github.com/drush-ops/drush/master/README.md "About Drush"), it's likely that you've used the `drush pm-download` (or `drush dl` for short) command to start a new project. This command downloads projects from Drupal.org, but if you don't specify a project or type "drush dl drupal", the command will download the current stable version of Drupal core. Currently, this will be Drupal 7 with that being the current stable version of core at the time of writing this post.