Skip to content

Commit

Permalink
Merge branch 'fix-dates'
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaru committed May 16, 2024
2 parents 9124a46 + bef54f5 commit e89fe27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/templates/basic/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

<div class="generated-by">
<hr/>
<span>Generated by cv_builder: <a href="https://github.com/sinaru/cv-builder">https://github.com/sinaru/cv-builder</a></span>
<span>Generated using <a href="https://github.com/sinaru/cv-builder">https://github.com/sinaru/cv-builder</a></span>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion lib/templates/basic/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ a:active {
.generated-by {
text-align: center;
padding-top: 32px;
font-size: smaller;
font-size: 0.5em;
color: #777777;
}

0 comments on commit e89fe27

Please sign in to comment.