Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better SEO TItles #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Better SEO TItles #13

wants to merge 3 commits into from

Commits on Jul 6, 2013

  1. Updated to produces better SEO URL Titles

    Replaced underscore of url = url.replace(/\s+/g,'_'); with hyphen 
    url = url.replace(/\s+/g,'-'); for better SEO URL Title
    eckleyval committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    ee5b005 View commit details
    Browse the repository at this point in the history
  2. updated settings to turn on native spell check

    added line config.disableNativeSpellChecker = false; to enable spell check
    eckleyval committed Jul 6, 2013
    Configuration menu
    Copy the full SHA
    2841516 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. test

    eckleyval committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    daff57d View commit details
    Browse the repository at this point in the history