Skip to content

Instantly share code, notes, and snippets.

@taiju
Created December 17, 2017 05:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save taiju/ef21bb0771928287f15974c9660e31d8 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="import" href="bower_components/mt-entries-list/mt-entries-list.html">
<custom-style>
<style>
mt-entries-list {
--mt-entries-list-item: {
list-style-type: square;
};
--mt-entries-list-item-anchor-link: {
color: inherit;
text-decoration: none;
};
--mt-entries-list-item-anchor-visited: {
color: inherit;
};
--mt-entries-list-item-anchor-hover: {
text-decoration: underline;
};
}
</style>
</custom-style>
</head>
<body>
<mt-entries-list
base-url="http://localhost:5000/mt/mt-data-api.cgi"
site-id="1"
params='{"sortOrder":"ascend"}'
></mt-entries-list>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment