Skip to content

A Liquid Filter to display the domain name of a url. Originally designed for use with...

License

Notifications You must be signed in to change notification settings

lawrencewoodman/domain_name-liquid_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domain_name

This is a Liquid Filter that will display the domain name of a URL.

Installation

This was originally developed for use with Jekyll, to register it as a plugin, copy _plugins/domain_name.filter.rb to your _plugins directory.

How to use it

If you had a variable such as page.url then you could put {{ page.url|domain_name }} in your text and it would strip any http:// part and the path from the url, leaving you just the domain name.

License

Copyright (c) 2011, Lawrence Woodman
This software is licensed under an MIT License. Please see the file, LICENSE.md, for details.

About

A Liquid Filter to display the domain name of a url. Originally designed for use with...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages