OvRcode / ovrride

OvRride.com - Development and Production Version Control and Issue Tracking
Other
3 stars 1 forks source link

OvR Home Page Description #116

Closed jscottmorse closed 10 years ago

jscottmorse commented 10 years ago

Hey AJ

Wanted to know if you were able to apply the home page description to the site yet. Here is the description we want to go with: "The number one source for snowboard and ski bus trips in New York City. Providing tours to the best East Coast mountains, West Coast resorts, and International destinations."

AJ-Acevedo commented 10 years ago

It hasn't been implemented yet.

@barnardm I'm going to stick the meta description here. Can you review the below for any errors?

<?php
    // If Home Page, display generic meta description, else display page specific content
    if (is_front_page()) { ?>
        <meta name="description" content="The number one source for snowboard and ski bus trips in New York City. Providing tours to the best East Coast mountains, West Coast resorts, and International destinations!">
    <?php } ?>
ada-lambrecht commented 10 years ago

Syntax looks good.

— Sent from Mailbox for iPhone

On Wed, Dec 4, 2013 at 1:10 AM, AJ notifications@github.com wrote:

It hasn't been implemented yet. @barnardm I'm going to stick the meta description here. Can you review the below for any errors?

<?php
    // If Home Page, display generic meta description, else display page specific content
    if (is_front_page()) { ?>
        <meta name="description" content="The number one source for snowboard and ski bus trips in New York City. Providing tours to the best East Coast mountains, West Coast resorts, and International destinations!">
    <?php } ?>

Reply to this email directly or view it on GitHub: https://github.com/AJ-Acevedo/ovrride/issues/116#issuecomment-29782036

jscottmorse commented 10 years ago

Did this ever get implemented on the site? Doing a search I still don't see these key words for the site.

AJ-Acevedo commented 10 years ago

@jscottmorse This is very low on the list of things to do. Still working out other bugs before I get back around to this.

You can typically assume something is completed when an Issue is closed. If it's still open, it's safe to assume it has not yet been implemented.

AJ-Acevedo commented 10 years ago

Done!