forked from greenelab/lab-website-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move to generic less timebound intro
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% capture blog-post-intro %} | ||
These blog posts are intended to provide software tips, concepts, and tools geared towards helping you achieve your goals. Views | ||
expressed in the content belong to the content creators and not the organization, its affiliates, or employees. If you | ||
have any questions or suggestions for blog posts, please don't hesitate to reach out! | ||
{% endcapture %} | ||
|
||
{% | ||
include alert.html | ||
type="info" | ||
content=blog-post-intro | ||
%} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters