Skip to content

Commit

Permalink
Add he on app
Browse files Browse the repository at this point in the history
  • Loading branch information
iigmir committed Jun 12, 2024
1 parent 3257e79 commit 4d0c0a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/article-dom.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/js/article-dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,17 @@ class ResolvedElements {
div.appendChild( small );
return div;
}
get hr_gap_dom() {
const gap = document.createElement("hr");
return gap;
}
/**
* THE wrapper
*/
get wrapper() {
const wrapper = document.createElement( "footer" );
wrapper.setAttribute( "class", "tags container" );
wrapper.appendChild( this.hr_gap_dom );
wrapper.appendChild( this.date_components );
wrapper.appendChild( this.help_dom );
wrapper.appendChild( this.tags_list_dom );
Expand Down

0 comments on commit 4d0c0a6

Please sign in to comment.